All pastes #2057556 Raw Edit

Untitled

public text v1 · immutable
#2057556 ·published 2011-05-12 19:03 UTC
rendered paste body
setInterval(function()
{ 
    $.ajax({
      type:"post",
      url:"phpScript.php",
      postfieldkey:"value",
      success:function(data)
      {
          // do something with response data here
      }
    });
}, 5000);