Code
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\ucp\index.php on line 44
hallo zusammen
bin noch recht neu in PHP und habe die oben gesehene Meldung
was muss ich da machen
hier mal Zeile 44
Code
if(mysql_num_rows(mysql_query("SELECT id FROM users WHERE username = '$username' AND password = '$password'")) == 1)
LG