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

Open AJAX » Blog Archive » TinyAJAX (PHP)

TinyAJAX (PHP)

From the site (http://www.metz.se/tinyajax/index.php):

TinyAjax allows you to:

  • AJAX enable your pages without having to write a single line of javascript
  • Call PHP functions in classes or as separate functions, you can even extend TinyAjax by subclassing it
  • Let your PHP-code set which elements to alter and with what using behaviours
  • Integrate it with a template system (smarty-example included)
  • Easily have gmail style “Loading” notification when AJAX-code is executing
  • Use PHP-functions for both AJAX callback and regular code
  • WordPress database error: [Table './openajax/wp_comments' is marked as crashed and should be repaired]
    SELECT * FROM wp_comments WHERE comment_post_ID = '20' AND comment_approved = '1' ORDER BY comment_date

    Leave a Reply

    Logged in as . Logout »