[Solved] PHP Code Notice: Undefined variable: password in C:\xampp\htdocs\myfiles\login.php on line 51 you must enter your password? [closed]

[ad_1]

$user = $_POST['user'];
$user = $_POST['password'];

$password is not properly defined, and you are using it in the if below

[ad_2]

solved PHP Code Notice: Undefined variable: password in C:\xampp\htdocs\myfiles\login.php on line 51 you must enter your password? [closed]