i can register and login without fail.
However i notice that my inputs are not record into the database.
I do not know the reason.
Can someone guide me into login and register.
Actually im quite confuse with the codings
login.php
Code:
<?php session_start (); $HOST = 'localhost'; $USERNAME = 'root'; $PASSWORD = ''; $DB = 'c203'; $username
Leave a comment: