Date: 10/21/02
- Next message: Andrei Zmievski: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /scripts xml_proto.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Andrei Zmievski: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /scripts xml_proto.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

