Are there functions in PHP that will allow me to read in a variable via
standard input?  I just wanted to do something like this:

echo "What is your name? ";
$name = <STDIN>;
print "Your name is $name.";

I looked but didn't see anything that quite matched up on the PHP website.


Michael


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to