I have written a simple PHP file to do that for me and I run it every 1 minute using Cron-Job.
The script needs to run as PHP-CLI (cron or command prompt) as it runs system commands and would be blocked if run as Apache script.
Here is the code.
I have written a simple PHP file to do that for me and I run it every 1 minute using Cron-Job.
The script needs to run as PHP-CLI (cron or command prompt) as it runs system commands and would be blocked if run as Apache script.
Here is the code.