You should have a look to the widget where you display the field.
Sometimes an option is display stars.
HTH
Pascal Miquet

Le mer 06/08/2003 à 18:34, John Nichel a écrit :
> 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