I am trying to log in using php and an Access db but it does not seem to be working, please help.

I have login.php, the user enters the username and password stored in the access db, php does some validation through php, connects to the database and logs in the user if the username and password are correct.

The column names in my Access db are called 'username' and 'password'.

This is my code:

...