Password input via form results are different to phpmyadmin results
I am trying to encrypt my passwords into a mysql database. What i find odd is when i run a password enrypt in phpmyadmin i get a different string result vs when i submit it via a form. I cant seem to work out why that is. I tried md5, SHA1 and SHA256.