php-login-script icon indicating copy to clipboard operation
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

Open deepu0111 opened this issue 5 years ago • 2 comments

do provide me a sol as i just downloaded the file nd have no idea about error

deepu0111 avatar Jan 07 '21 16:01 deepu0111

Edit line 20 to this: if(isset($results['id']) && password_verify($_POST['password'], $results['password']) ){

jesperschreuder avatar Feb 10 '21 05:02 jesperschreuder

Edit line 20 to this: if(isset($results['id']) && password_verify($_POST['password'], $results['password']) ){

thx

poorkid8921 avatar Mar 01 '21 12:03 poorkid8921