Internal Server Error

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
gth759k
Forum Commoner
Posts: 76
Joined: Mon Jun 15, 2009 3:04 am

Internal Server Error

Post by gth759k »

I have a script that needs to run over and over, so as soon as the script finishes I make a header("Location: $sameurl"); call, which basically works, but after a several runs I usually get an "Internal Server Error". Any suggestions?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Internal Server Error

Post by requinix »

Check the web server's error logs for an error message.
Post Reply