I have a php register/login forms, when you register your info gets put into a database. But I want to be able to log in from it, I got it so if you only put in "bob" for username and "1234" for pass, it will work, but I dont know how to make it so you can use the usernames and passwords from a database. Any ideas?