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:
<input name="WilliesPwdField" type="passwd" />
not really a php question this, also I'd put money on getting a answer via
google on any relevant search... like so:
google on:
hide text in password field HTML
click two links:
(second link in goog results) then..
(Using Forms) http://www.weijers.net/guide/forms.html
find this:
http://www.weijers.net/guide/forms.html
read it,
rinse and repeat.
Thanks
-Will
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php