Jun 29, 2004 #1 Garabaldi Technical User Joined Jan 16, 2002 Messages 61 Location CA Folks, I have a script that goes to a database and pull information out. the script takes a while to run... But the page finishes running before all the information has been pulled. any idea on how I can bypass this issue? Thx Angelo
Folks, I have a script that goes to a database and pull information out. the script takes a while to run... But the page finishes running before all the information has been pulled. any idea on how I can bypass this issue? Thx Angelo
Jun 29, 2004 #2 DRJ478 IS-IT--Management Joined Aug 10, 2001 Messages 2,264 Location US Read about: http://www.php.net/function.set-time-limit Upvote 0 Downvote
Jun 29, 2004 Thread starter #3 Garabaldi Technical User Joined Jan 16, 2002 Messages 61 Location CA Thanks DRJ... Thats exactly what i needed. Much appreciated. Upvote 0 Downvote