Simple comet example using php and jquery

前端 未结 7 1353
一个人的身影
一个人的身影 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:30

    You can take a look at this article, it's a really good start to understand comet programming concepts.

    You will find two examples on it. The first one use the iframe technique whereas the second one use a persistent connection.

提交回复
热议问题