
The PHPEclipse project is plug-in feature for the Eclipse development framework. Our aim is to provide PHP developers an affordable, full featured PHP IDE with features like internal PHP parser, debugger, code formatter, outline view, templates and much more. We have assembled documentation to help you get started with the basics of using PHPEclipse. You can also read the guides in our Howto section to learn how to accomplish other tasks using PHPEclipse.
JUN
WordPress database error: [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 p.ID != 186
AND p.post_status = 'publish'
AND p.post_date_gmt < NOW()
GROU' at line 6]
SELECT p.*, count(tr.object_id) as count
FROM wp_term_taxonomy AS tt, wp_term_relationships AS tr, wp_posts AS p
WHERE tt.taxonomy ='post_tag'
AND tt.term_taxonomy_id = tr.term_taxonomy_id
AND tr.object_id = p.ID
AND tt.term_id IN ()
AND p.ID != 186
AND p.post_status = 'publish'
AND p.post_date_gmt < NOW()
GROUP BY tr.object_id
ORDER BY count DESC, p.post_date_gmt DESC
LIMIT 5;

About the Author