refresh the webpage on database update

前端 未结 2 1576
说谎
说谎 2020-12-21 16:29

I want to reflect the changes that occur immediately in the table in a database, on the webpage. I have been reading about websockets but I am not very clear about how to im

2条回答
  •  旧巷少年郎
    2020-12-21 17:07

    You could also try a comet application i.e. longpollig - http://www.zeitoun.net/articles/comet_and_php/start

提交回复
热议问题