how can i stop a php page from loading when its taking too long

Posted by sharma on Stack Overflow See other posts from Stack Overflow or by sharma
Published on 2010-04-26T11:21:34Z Indexed on 2010/04/26 11:23 UTC
Read the original article Hit count: 191

Filed under:

i have a php page which auto refreshes itself after 10 seconds. Some time the page takes too long to load as its fetching data from external urls . How can i stop execution of the script after 10 seconds and then reload the page.

© Stack Overflow or respective owner

Related posts about php