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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to