i have a php script running on wamp server and i want it to run for a whole day continuously. what do i do. i have changed the php.ini file and set maximum execution time to 1000 seconds. i do not want to set it to the total no of seconds during the day. is there a way to set the time so that my script can execute forever.
thank you.
i am running the application on wamp. the script is checking whether i am connected to the internet and sending me an sms every 30 minutes, so that i know that i have a proper connection. i have a very unstable internet connection. if it drops i need to restart it, so when i do not get an sms for more than 30 min, i would know that the connection is lost.
for this i need the script to run for the whole day.
thank you.
i am running the application on wamp. the script is checking whether i am connected to the internet and sending me an sms every 30 minutes, so that i know that i have a proper connection. i have a very unstable internet connection. if it drops i need to restart it, so when i do not get an sms for more than 30 min, i would know that the connection is lost.
for this i need the script to run for the whole day.