I've created a PHP login system running on a Macbook using MAMP. When I create a new user account from a networked Win7 machine I can create the account (new account details appear in the database) To login the sql query can not find the matching username and passphrase. I have echoed what is being used to search the database and they should match/return a result.
rowCount(); value = 0. Should be 1.
Is there something specific that changes string format using a windows machine ? Maybe there's something I should have configured within MAMP ?
Maybe you can look at my basic login system code here : https://github.com/mo0o/login_Sysphp