Hi,
I've one PHP script which runs for long time(as it suppose to). Basically it searches on Google and Yahoo and then i'm doing some processing. It runs perfectly sometimes and sometimes it dosent.
Like in Firefox when it dosent run it gives me download dialog box to download the same script i'm running and in Konqueror it shows connection broken to localhost instead.
I'm sure that there is nothing wrong with the script as it shows correct output sometimes.. but there something to do with the time its taking..
so what can i do to avoid this...
I've also used sleep().... or... flush() but still not much luck..
Regards,
RP
I've one PHP script which runs for long time(as it suppose to). Basically it searches on Google and Yahoo and then i'm doing some processing. It runs perfectly sometimes and sometimes it dosent.
Like in Firefox when it dosent run it gives me download dialog box to download the same script i'm running and in Konqueror it shows connection broken to localhost instead.
I'm sure that there is nothing wrong with the script as it shows correct output sometimes.. but there something to do with the time its taking..
so what can i do to avoid this...
I've also used sleep().... or... flush() but still not much luck..
Regards,
RP
Comment