An error occurred whilst accessing the database: 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 'ORDER BY date DESC' at line 1
An error occurred accessing the database:

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 'ORDER BY date DESC' at line 1

...in the following sql statement:

SELECT * FROM race_fixtures WHERE date<=CURDATE() AND raceid= ORDER BY date DESC

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/gjorgcou/public_html/results.php on line 56
No relevant fixtures found.