Sign-up for Free
Breaking News
Email Alerts!

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/texarkan/public_html/code/snippets/content/Events.php on line 293
Unable to query local 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 'limit 15, 15' at line 1
SELECT tblEvents.*, tblEventCategories.categoryName FROM tblEvents, tblEventCategories WHERE (tblEvents.ecID = tblEventCategories.ecID) AND (tblEvents.eventStartDate BETWEEN '2012-05-16' AND '2012-05-23' OR tblEvents.eventEndDate BETWEEN '2012-05-16' AND '2012-05-23') and (tblEvents.isActive='1') order by limit 15, 15
Show: