Error performing 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 'http:" AND s1.section_id=p.section_id AND LOWER(REPLACE(p.title,' ','_'))="' at line 6

SELECT s1.cid, s1.section_id AS subsection_id, s1.section AS subsection, s1.url, s1.sub_of, s2.cid, s2.section AS section, s2.url, s2.section_id, p.title, p.content FROM web_pages p, web_sections s1 LEFT JOIN web_sections s2 ON s1.sub_of=s2.section_id AND s1.cid=6 AND s2.cid=6 WHERE s2.url='/whats_happening' AND LOWER(REPLACE(s1.url,' ','_'))=""http:" AND s1.section_id=p.section_id AND LOWER(REPLACE(p.title,' ','_'))="www.esoderek.com" LIMIT 1