Page 1 of 1

works locally but not through the web

Posted: Fri Aug 22, 2003 12:02 pm
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

Posted: Fri Aug 22, 2003 12:19 pm
by volka
maybe there's an entry in the error.log of your apache that clear things up a little?

Posted: Fri Aug 22, 2003 6:15 pm
by DougieC
None :(