php Programming Glossary: get_fb
jQuery - Call ajax every 10 seconds http://stackoverflow.com/questions/5687600/jquery-call-ajax-every-10-seconds  So I have constructed this document .ready function new get_fb function get_fb var feedback .ajax Ajax  type POST  url feedback.php.. this document .ready function new get_fb function get_fb var feedback .ajax Ajax  type POST  url feedback.php  async.. box' .html feedback .delay 10000 .queue function new get_fb  And here's my PHP file result mysql_query SELECT FROM feedback.. 
 
 
     
      |