Hello gurus!
I have a tough question here: I have a table containing passwords, and they're all encrypted using the mysql PASSWORD function. You know, in a query, PASSWORD("mypass"). Now the question is, how can I retrieve the password in textformat so it can be used in my page where...