2 months ago
If you want to run a PHP script in the background forever through SSH then follow these steps:
If you are using a SSH terminal (PuTTY) then directly run following command:
Loading...
Now your script is running in background and will keep running indefinitely even after closing terminal.
To check if your script is running or not You can run following command:
Loading...