Hello,
I am creating a log in page where the user enters the email and the password.
The app will check with the database if the user and the password are correct.
My issue is that when the php page retrieved the information on the text boxes, there is no data and therefore the user does not exist on the database.
The code is ass follows:

the index.php page is:
Code:
<html>
    <head>
...