I have some questions about using PHP as a shell scripting language...
mainly how you pass arguments to a script on the command line.  Say I'm
using:

--------------------------
#!/usr/local/bin/php -q

<?
print "I am: $name\n";
?>
--------------------------

How do I define test from the command line (as an argument while
executing the script)?

Thanks in advance for the help!

---------------------
Ryan Christensen


-- 
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