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, p.member_image FROM location_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.location_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 location_photos
WHERE location_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 location_links
WHERE location_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 la.*,a.activity FROM location_activities la
JOIN activities a ON a.activity_id = la.activity_id
WHERE la.location_id =
