Reverse Ajax implementation using php

后端 未结 4 1508
遥遥无期
遥遥无期 2020-12-10 17:07

I am looking to implement reverse ajax in my application which is using PHP and jquery. I have googled a bit about it and found XAJA but that seems to be a paid application.

4条回答
  •  無奈伤痛
    2020-12-10 17:40

    You are looking for what they call "long poll" - I did a "long poll php" and I got this thread on stack overflow:

    How do I implement basic "Long Polling"?

提交回复
热议问题