Remote Start a PHP Script
Posted: Wed Sep 08, 2004 3:05 pm
Hello ,,
New to php but I have a script that I just moved over to a windows server. When it was on a unnix server I would send this command in SHH to start it:
cd private
/usr/bin/php -f room_bot.php &
Now that the script is on a windows server I cant seem to find a way to start it. I can start it in my browser but it times out at 120. THis script needs to run 24/7 all year round. Any Help??
Bob
New to php but I have a script that I just moved over to a windows server. When it was on a unnix server I would send this command in SHH to start it:
cd private
/usr/bin/php -f room_bot.php &
Now that the script is on a windows server I cant seem to find a way to start it. I can start it in my browser but it times out at 120. THis script needs to run 24/7 all year round. Any Help??
Bob