I have read through many other threads about this exact problem, but i for some reason can not solve my problem. Really need some help.
if (!$username||!$passwo
Try to like this:
$query = "SELECT username FROM $this->table WHERE username='$sUser'"; $result = mysql_query($query); $num_rows = mysql_num_rows($result);