works locally but not through the web

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
DougieC
Forum Newbie
Posts: 18
Joined: Fri Jul 25, 2003 1:49 pm

works locally but not through the web

Post by DougieC »

I am having a problem with accessing one of my php pages on the net. When I try to access it i get a page cannot be displayed or a blank page. If I add an exit to it, it displays the info up to the exit. see below

http://hal.cs.camosun.bc.ca/~cst02014/page1.jpg

Now the strange part is when I access it locally with http://localhost it works fine. I am using apache 2 and php 4 my other php page works fine. the only difference is that in the one that doesnt work i am populating a form with mySQL and the one that works I am populating a table
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

maybe there's an entry in the error.log of your apache that clear things up a little?
DougieC
Forum Newbie
Posts: 18
Joined: Fri Jul 25, 2003 1:49 pm

Post by DougieC »

None :(
Post Reply