Re: [PHP] hiding password in form

2005-02-23 Thread Jochem Maas
William Stokes wrote: Hello, How can hide the typed password in web form with *** (asterix)? I dont wan't everyone to seen evereone passwords in plain text. use a form element with type="password" e.g: not really a php question this, also I'd put money on getting a answer via google on any releva

[PHP] hiding password in form

2005-02-23 Thread William Stokes
Hello, How can hide the typed password in web form with *** (asterix)? I dont wan't everyone to seen evereone passwords in plain text. Thanks -Will -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php