Simple comet example using php and jquery

前端 未结 7 1361
一个人的身影
一个人的身影 2020-12-01 02:17

Can anyone give me a good and simple example of the comet technique using PHP?

I just need an example that uses a persistent HTTP connection or something similar. I

7条回答
  •  情书的邮戳
    2020-12-01 02:31

    Check this out: How to implement COMET with PHP.
    This is not using JQuery. It is made using PHP and Prototype. It is very easy to understand. I think you can made JQuery script easily after viewing this.

提交回复
热议问题