php path
Posted: Fri May 08, 2009 5:43 pm
Hello everybody,
I am sorry but I am so new to this but I have a question.
How do I find the path to a particular folder?
I have a script that needs the path to the folder, it says in the instructions:
1. Edit includes.php and add the following lines:
You will need to change $uploadpath to a directory that you create for file uploads. On Unix CHMOD this directory to 777. On Windows, the path may look like $uploadpath = "C:/Inetpub/wwwroot/sitename.com/uploads/"
so I don't know the path to the uploads folder.
THank you very much!!!
I am sorry but I am so new to this but I have a question.
How do I find the path to a particular folder?
I have a script that needs the path to the folder, it says in the instructions:
1. Edit includes.php and add the following lines:
Code: Select all
$uploadpath = "/var/www/vhosts/sitename.com/httpdocs/uploads/";
so I don't know the path to the uploads folder.
THank you very much!!!