how can I execute a php script from server every 30 seconds?
I have a php script and I need to execute it every 30 seconds to retrieve some information from other sites by curl.
but I dont know to run a php page in background by apache every 30 seconds.