PDA

View Full Version : Server path


shaunh
11-16-2007, 10:59 AM
What all files have the true path in the file itself? My partner decided it was a good idea to do a different part each.

Now everything has been moved to the new server, and I must find and edit each path. Database and server path.

Thanks!

Awjvail
11-16-2007, 11:34 AM
make a file and stick the following code in it

<?php
echo getcwd();
?>

save it as path.php and upload it to the directory which you want to know the true path to
go to that page with your browser to view the path.