I'm executing a PHP script from the Windows command prompt:

c:/path/to/php.exe c:/path/to/script.php

I want to pass some parameters to script.php, but I can't use a query string because then I get a file not found type of error. So, how should I pass parameters to the script?

--
Regards,
 Ben Ramsey
 http://benramsey.com
 http://www.phpcommunity.org/wiki/People/BenRamsey

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



Reply via email to