Involved in automation project, I have a PHP file which inserts raw-data in MySQL database. I need the PHP file to run 24x7 even i am offline to collect the real-time raw-data to be stored for future analysis.
How to run the PHP file continuously in background...? Need steps and where to make changes in web-server..?