php Şifre metin kutusu!

0 Cevap php

alt text

<input type="password" value="<?php echo md5($row['password']);?>">
<input type="password" value="<?php echo $row['password'];?>">

im trying to retrive the password from the database. In input box, i want it show, let say password : 12345, instead of MD5 version of 12345.

0 Cevap