Create a file called info.php with the following content:
<? phpinfo(); ?>
Then upload that file to your server and go to it in your browser. You will see a list of options that were set by your host. One of them is called:
_SERVER["PATH_TRANSLATED"]
Copy that path, paste it over what you currently have for your path in the adv_index.php file, and reupload your adv_index.php file.
|