php-login-script
php-login-script copied to clipboard
Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, bool given in C:\xampp\htdocs\login\login.php:20 Stack trace: #0 {main} thrown in C:\xampp\htdocs\login\login.php on line 20
do provide me a sol as i just downloaded the file nd have no idea about error
Edit line 20 to this:
if(isset($results['id']) && password_verify($_POST['password'], $results['password']) ){
Edit line 20 to this:
if(isset($results['id']) && password_verify($_POST['password'], $results['password']) ){
thx