This is something that looks like what i am trying to accomplish
Code:
WHERE Username = '$userrname'
AND Password = PASSWORD('$password')";
Now to me this looks like:
Get the username from variable $username and get the password for that username. Then check to see if its the correct the password... The last part though is a little confusing. PASSWORD('$password')
I am away from my computer with the files on it so I can't test it... Is my understanding correct of the code? Or did i completely miss something...
Thanks
Bookmarks