Run a PHP script every second using CLI
- by Saif Bechan
Hello,
I have a dedicated server running Cent OS with a Parallel PLESK panel. I need to run a php script every second, that updates my database. These is no alternative way timewise, i have checked every method, it needs to be updated every second.
I can find my script using the url: http://www.mysite.com/phpfile.php?key=123, and this has to be…