09-09-2017, 12:00 PM
We need the entire login.php file pasted. I can't see in this where you're doing any validation.
I do notice that you did not give your email and password form fields name attributes. They should be name="username" and name="password" if you want to be able to "grab" them when you're processing the form.
I do notice that you did not give your email and password form fields name attributes. They should be name="username" and name="password" if you want to be able to "grab" them when you're processing the form.