Cannot Find Page

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
Cammet
Forum Newbie
Posts: 22
Joined: Thu Sep 23, 2004 8:00 am

Cannot Find Page

Post by Cammet »

Hey peeps :D
i have a script that varies in length of time that it runs its very similar to an upload script. if the script takes too long the browser goes to a Cannot Find Server Page. Is there anyway to Stop This?
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Flush some initial response back to the user first so they know that the page is loading and set the timelimit of the php script to an appropriate limit.
Post Reply