An outdoors social network for the traveling & outdoors enthusiast - MyOutdoorAdventure.com
Cannot Perform Query: 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 '' at line 4
QUERY:
SELECT c.comment, m.username,seo_username, p.member_image FROM adventure_comments c
JOIN members m ON c.member_id = m.member_id
JOIN member_photos p ON (m.member_id = p.member_id AND p.member_primary = 1)
WHERE c.adventure_id =
Cannot Perform Query: 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 '' at line 2
QUERY:
SELECT * FROM adventure_photos
WHERE adventure_id =
Cannot Perform Query: 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 '' at line 2
QUERY:
SELECT * FROM adventure_links
WHERE adventure_id =
Cannot Perform Query: 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 '' at line 3
QUERY:
SELECT aa.*,a.activity FROM adventure_activities aa
JOIN activities a ON a.activity_id = aa.activity_id
WHERE aa.adventure_id =
