I store my password to database after encryption using PASSWORD() function
mysql_query("INSERT INTO 'table' (`id`,`username`,`pass`) VALUES('','".$_POST['username']."',PASSWORD('".$_POST['pass']."'))");
I stored successfully, and by Phpmyadmin, I see that password was encrypted. the password I stored was 123456 and I see it is like 7dc963da69c.... (this encryption password generated by me, not by mysql)
now I want to get back my originial password, i.e. 123456 by mysql_query statement.
Pls. tell how I can get it back
Best Regard:
Md. Zakir Hossain (Raju)
www.rubd.net
www.xenex.rubd.net
www.forum.rubd.net