how to pass parameters to a PHP file invoked via the shell
Posted: Thu Oct 19, 2006 10:34 am
Hi people
I need to invoke a php script via the php.exe engine like so:
c:\php\php.exe c:\myfile.php
I would like to be able to send parameters to the myfile.php script.
Can anyone show me the correct syntax to doing this?
regards
I need to invoke a php script via the php.exe engine like so:
c:\php\php.exe c:\myfile.php
I would like to be able to send parameters to the myfile.php script.
Can anyone show me the correct syntax to doing this?
regards