RE: [PHP-WIN] Need help using "php.exe"

2004-04-29 Thread Svensson, B.A.T. (HKG)
> Like every shell application, the PHP binary accepts a number of > arguments but your PHP script can also receive arguments. The number of > arguments which can be passed to your script is not limited by PHP (the > shell has a certain size limit in the number of characters which can be > passed;

RE: [PHP-WIN] Need help using "php.exe"

2004-04-29 Thread Gryffyn, Trevor
PROTECTED] > Subject: [PHP-WIN] Need help using "php.exe" > > > Hi all, > > > When you parse a file using the command "php.exe -f c:\myfile.php > > c:\myfile.htm" , what command is required to set a variable. Example: > In IE addressbar,

[PHP-WIN] Need help using "php.exe"

2004-04-11 Thread Eugen
Hi all, When you parse a file using the command "php.exe -f c:\myfile.php > c:\myfile.htm" , what command is required to set a variable. Example: In IE addressbar, when i type(doesn't matter what server i use) : http://localhost/myfile.php?thevariable=anyvariable, the "myfile.php" file is now pa