2 months ago
You can execute a php script in the background forever by using SSH through PHP but for that you have to make sure first that SSH2 extension is available.
PHP DOCS: http://www.php.net/manual/en/function.ssh2-exec.php
Loading...