php logging in problems?

Jyhgg Ghhghg

New member
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sean/public_html/login.php on line 24
Incorrect username or password!

line 24 from login.php

$rowcount= mysql_num_rows(mysql_query($login));

¬_¬ do I have to add my username and password here?
 
Back
Top