Hello!

I start a console app with

php myscript.php4 (just prints "ok").

How can I give parameters to it? I tried:
php myscript.php4 myparameter
php myscript.php4?myparameter
php myscript.php4?param=myparameter

But always php just returns without doing nothing (not even giving an
error or printing "Ok"!) I'm using PHP 4.2.3. on Windows2000).

Martin



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

Reply via email to