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?

It works offline on xampp but when I upload it and edit it putting in my password and username it doesn't work.
 
Back
Top