Re: hiding password in form

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux