문제

I hope someone can point in the right direction, I'm doing a website in php with a login and once the user is logged in he can add or delete a paragraph.

What I want to do is, if I had open the website in the same computer but different browser (chrome and firefox) and I add a new paragraph in chrome how can I let know the user in firefox that a new paragraph is there ?

Thank in advance.

도움이 되었습니까?

해결책

I don't think it makes much of a difference whether the different browsers are open on the same computer. You would have to refresh the content periodically using AJAX, for example.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top