php-general | 2001072

[PHP] grabbing arguments at the command line From: Rory O'Connor (midget <email protected>)
Date: 07/24/01

I have a commerce program that can send arguments to other programs via
the command line. Perl can grab those with $ARGV[0], $ARGV[1]...and so
forth. As far as I can tell, PHP can't grab these without a shell
script picking them up and explicitly sending them to a PHP script.

is there some other way to grab them without using a wrapper script?

Thanks!

providing the finest in midget technology

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>