:bemused: Hi Again,
I have this bit of code.
$results = mysql_query("SELECT * FROM `Active Members` WHERE `Rostar` =1 WHERE `MembershipStatus`=`Active` ORDER BY `LastName` ASC LIMIT $current_record, $limit");
The output is to display only rows that have a 1 in the Rostar column and have Active in the MembershipStatus column. I keed getting this error....
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE MembershipStatus=Active ORDER BY LastName' at line
Any ideas??
Thanks so much!!!