Page 1 of 1

Remote Start a PHP Script

Posted: Wed Sep 08, 2004 3:05 pm
by Bob Norris
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

Posted: Wed Sep 08, 2004 3:48 pm
by feyd
[php_man]set_time_limit[/php_man]