Finding Absolute Path...


Make a new file page and paste the following code:

< ?php $p = getcwd(); echo $p; ? >

Remove the spaces between the < ? and ? > before saving the file!
Save the page as temp.php.
Open your ftp and upload the temp.php file
Open your web browser and type in your url to the temp.php file. (http://www.yourdomain/temp.php)
The page will contain your absolute path, copy and paste it for whatever use.


© velvet-charm 2007-2008