Hi I have a little prob with a scrip..it gives this error in this lines:
$username = $_POST['username'];
$password = $_POST['password'];
I don't know why, but it gives this error
Notice: Undefined index: username in c:\program
files\easyphp1-7\www\golo\login.php on line 7
Notice: Undefined index: password in c:\program
files\easyphp1-7\www\golo\login.php on line 8
what am I doing wrong? Thanks
$username = $_POST['username'];
$password = $_POST['password'];
I don't know why, but it gives this error
Notice: Undefined index: username in c:\program
files\easyphp1-7\www\golo\login.php on line 7
Notice: Undefined index: password in c:\program
files\easyphp1-7\www\golo\login.php on line 8
what am I doing wrong? Thanks
Comment