Hi
Thank you in advance for the replies I will be getting.. Much appreciated.
Basically I am running the following mysql query using PDO
UPDATE users SET password = AES_ENCRYPT(:password,:supersalt)
Now the issue is..
on one computer I am getting ¶z8Ibﶘé®òŒdY in the password field but on another its blank. or sometimes
not sure what is causing the different results.
mysql version: 5.6.15
PHP: 5.6.16
Apache: 2.4.7
same versions on both PCs
Thanks