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 (4) GROUP BY ID

Open AJAX » Simple AJAX

Simple AJAX

Here is a very basic example of Asynchronous Javascript and XML at work.

There are two source files:

You can test the code here.

Here is another very basic example of Asynchronous Javascript and XML at work; this time using colors and a <select> control.

There are two source files:

You can test the code here.

Edit this entry.