Bookmakers
Free Bets
Victor Chandler Poker - Victor Chandler Casino - Victor Chandler Bingo
SELECT cb.content, cb.rating, cbc.category, cbs.sport, ci.gambling_summary
FROM content_betting AS cb
INNER JOIN content_betting_categories AS cbc
ON cb.category_id = cbc.id
INNER JOIN content_betting_sports AS cbs
ON cb.sport_id = cbs.id
INNER JOIN content_info AS ci
ON ci.bookie_id = cb.bookie_id
WHERE cb.bookie_id =
AND live=1 AND (category_id=7 OR category_id=5 OR category_id=6 OR category_id=4)
ORDER BY cbc.id
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 'AND live=1 AND (category_id=7 OR category_id=5 OR category_id=6 OR category_id=4' at line 10
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 'AND live=1 AND (category_id=7 OR category_id=5 OR category_id=6 OR category_id=4' at line 10