On Fri, Apr 3, 2009 at 7:49 PM, Andrew Williams
<andrew4willi...@gmail.com> wrote:
> does anyone knows the the following is not working:
>
> C:\PHP\php.exe  D:\DEMO\index.php?action=run&run=1
>

The querystring does not have an effect from the command line, it is
part of the HTTP protocol. Use console options instead and use the
getopt function http://us2.php.net/manual/en/function.getopt.php

-- 
http://www.lampadmins.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to