From: Alex B. <en...@tu...> - 2001-08-24 18:11:09
|
> Hi Andris, > >>> The line $argv = $HTTP_SERVER_VARS["argv"]; should work only >>> when the php file is executed by Apache? > > No, it's executed on the command line. No Webserver interaction. really! cool. one would think that $HTTP_SERVER_VARS would be associated with running php through cgi or as a module, but hey :) _a > argv is just the parameter list: > > script.php one two three .. > [0] = script.php > [1] = one > [2] = three > ... > > Andi > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |