ll I found a
register_argc_argv = On

in my php.ini, which should work then. But I also found, that I have to use

print "Ok: ".$_SERVER["argv"][1];

instead of
print "Ok: ".$argv[1];

Martin



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

Reply via email to