
June 21st, 2000, 02:42 AM
|
|
Contributing User
|
|
Join Date: May 2000
Posts: 109
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
How can I verify with PHP a Password that i saved in a MYsql-database with the function PASSWORD() ??
i have saved the password with:
$result = mysql_db_query("databse","insert into table (user,pass) values('user1',password('hello'))");
now i would like to compare the password in the databse with the entered password in a form!
can anybody help me??
|