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

Checking passwords



Is there any sample code to check the password from a MySQL account?

select * from Users where passwd=PASSWORD('my-password')

executes but returns nothing!

Working on the login script,
Micah