hi all,
I've Created a rgistration form and registration php also.. now am heading onto creating login.php..
My Login.html consists of the following:
Email field
<input type="text" id="email" name="email" value="" size="30" maxlength="60" />
and
Password
<input type="password" id="password" name="password" size="30" maxlength="60" />
I need a simple login.php coding (with session allotted to that user who logs in)
i knw only this much
:
<?php session_start();
?>
My question may be stupid but am very very very very new to php