I've started a PHP & PDO login system and I'm not sure what's wrong with it, whenever I enter the details in the form (either correctly or incorrectly) it doesn't get to the echo - even if the record exists.
I've got the registration part of it working, but with the login I'm not sure what's wrong. At the moment I'm currently just trying to get it working so I'm trying to keep it very basic.
UPDATE: Fixed, was related to the database structure, not the code.