Web pages suddenly quit loading

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
xPox
Forum Newbie
Posts: 2
Joined: Fri Sep 30, 2005 3:14 pm

Web pages suddenly quit loading

Post by xPox »

I'm building a website with dynamically loading tables from a MYSQL database and php programming. Randomly, my pages will suddenly quit loading right in the middle of my html. Has anyone else had any problems like this?
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

Any chance we could see the page in question?
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

error_reporting(E_ALL);

see what errors happen to pop up
xPox
Forum Newbie
Posts: 2
Joined: Fri Sep 30, 2005 3:14 pm

Post by xPox »

No error messages come up
Post Reply