Is it possible to 'star out' the standard input (STDIN)? I'm having users enter a password in, and would like it to display ****** as they are typing it in. Right now, I'm using....

$pass = rtrim ( fgets ( STDIN ) );

And it just displays what they are typing.

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com


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



Reply via email to