found it:
http://www.php.net/manual/en/reserved.variables.php#reserved.variables.server

it's   $argc=$_SERVER["argc"];
       $argv=$_SERVER["argv"];
for future reference...

-Brad

Gabor Hojtsy wrote:
what I really meant, was is there a way to do
it if register_globals was off?  There's
obviously  $_COOKIE[""]  $_POST[""]  stuff
like that, is there $_ARGV[""] ??  want
to make sure it works no matter what if
I'm going to go through the trouble....

I don't know anything about $_ARGV

Goba



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

Reply via email to