RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Phil Ewington - 43 Plc
> Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 15:11: > > >> Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 14:27: > >> > Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: > > > Hi All, > > > > Can anyone tell me how to pass arguments to a PHP scr

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Thijs Lensselink
Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 15:11: >> Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 14:27: >> Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: > Hi All, > > Can anyone tell me how to pass arguments to a PHP script from the >

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Phil Ewington - 43 Plc
> Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 14:27: > > >> Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: > >> > >>> Hi All, > >>> > >>> Can anyone tell me how to pass arguments to a PHP script from the > >>> command line? I know I need to use the -args option but how > >

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Thijs Lensselink
Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 14:27: >> Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: >> >>> Hi All, >>> >>> Can anyone tell me how to pass arguments to a PHP script from the >>> command line? I know I need to use the -args option but how >>> exactly, I h

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Phil Ewington - 43 Plc
> Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: > > > Hi All, > > > > Can anyone tell me how to pass arguments to a PHP script from the > > command line? I know I need to use the -args option but how exactly, > > I have tried the following... > > > > /usr/bin/php myscript.php -args

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Thijs Lensselink
Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: > Hi All, > > Can anyone tell me how to pass arguments to a PHP script from the > command line? I know I need to use the -args option but how exactly, > I have tried the following... > > /usr/bin/php myscript.php -args key=value You

Re: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Jason Wong
On Thursday 10 June 2004 18:58, Phil Ewington - 43 Plc wrote: > Can anyone tell me how to pass arguments to a PHP script from the command > line? I know I need to use the -args option but how exactly, I have tried > the following... manual > Using PHP from the command line > /usr/bin/php myscrip

[PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Phil Ewington - 43 Plc
Hi All, Can anyone tell me how to pass arguments to a PHP script from the command line? I know I need to use the -args option but how exactly, I have tried the following... /usr/bin/php myscript.php -args key=value but this does not work, the script executes but key is not available as $_GET["ke