Posted by alex on 11/23/57 11:26
> InsaneMustangwrote:
I got the root directory on there, still no luck
>
>
> <?php
> define ('ROOT_DIR', "/htdocs/fileupload");
> $username = 'admin';
> $password = 'demo';
>
> ?>
I doubt you have the files installed under /htdocs/*. Copy/paste the
content below in a file named "dir.php" and call it within the web
browser. It will show you the right path :
<?php
echo dirname(__FILE__);
?>
--
member of http://forum.bitcontent.com
Navigation:
[Reply to this message]
|