Contents not found!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
prash25
Forum Newbie
Posts: 1
Joined: Fri Apr 06, 2007 1:12 am

Contents not found!

Post by prash25 »

I have a site in PHP with a page 'approveMembers.php' within 'approve' directory under the site directory. This site has been hosted on net. Now the problem is when i access this page from my machine that uses a proxy server to connect to the internet, the contents get displayed properly. However, when i use a machine that connects to the internet directly (without using a proxy), the contents do not appear in the page even though the status bar read 'Done' after loading the page.

Directory structure:

Site name\Approve\...
-approveMembers.php


Moreover, the files under the parent directory (Site name\) are accessible from both machines, whether they use a proxy or not to connect to the internet.

Any help on this pls.?
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

The proxy server shouldn't have any affect on the script, unless the outcome of that script relies in some way on your IP/host information.
Post Reply