How can I display all the rows in a table where password is not in MD5 format?
I have a table in which some passwords are entered in MD5 format and some are not !!! I want to display all the rows where password is not in MD5 format how can i do that?
I know that the data was inserted with:
MD5('".$password."')
How can I retrieve the rows where password is not in MD5 format?