RE: [PHP-WIN] PHP Command Line Syntax

2002-04-28 Thread Steve Cook
nt(argv)>1) {$servername=$argv[1]} ) -steve http://www.cheatcodes.com/ http://www.gear21.com > -Original Message- > From: Scott Dowd [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 28, 2002 5:32 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] PHP Command Line Syntax >

RE: [PHP-WIN] PHP Command Line Syntax

2002-04-28 Thread Stuart Dallas
Command Line Syntax I would like to schedule a series of PHP pages to run overnight from a Win2k/IIS/PHP4 box. An example of the url is http://localhost/checklist/checksingle.php?servername=SERVERNAME. When I try to execute this from a DOS prompt, "C:\PHP\PHP.EXE -q checksingle.php" it

[PHP-WIN] PHP Command Line Syntax

2002-04-28 Thread Scott Dowd
I would like to schedule a series of PHP pages to run overnight from a Win2k/IIS/PHP4 box. An example of the url is http://localhost/checklist/checksingle.php?servername=SERVERNAME. When I try to execute this from a DOS prompt, "C:\PHP\PHP.EXE -q checksingle.php" it works fine, but when I add "?se