PHP to bundle JSON
A really interesting feature of open source is the ability to move quickly in response to user demands. According to this post, PHP will include the php-json module with standard distribution.
WordPress database error: [Table './openajax/wp_comments' is marked as crashed and should be repaired]
SELECT ID, COUNT( comment_ID ) AS ccount
FROM wp_posts
LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1')
WHERE ID IN (17)
GROUP BY ID
A really interesting feature of open source is the ability to move quickly in response to user demands. According to this post, PHP will include the php-json module with standard distribution.
WordPress database error: [Table './openajax/wp_comments' is marked as crashed and should be repaired]
SELECT * FROM wp_comments WHERE comment_post_ID = '17' AND comment_approved = '1' ORDER BY comment_date