How to update page content while multiple users view it at the same time in PHP?
问题 My page is visited by multiple users at the same time. User 1: visits the page and changes the name of title User 2: user 2 was already on that page but sees the old title, the title automatically has to be updated to new title. I know i can simply use AJAX to call every 5 minutes , but im trying to see if there is any other way possible that fires an event to all instances of the page opened by different users that if one of them is updated all other pages get automatically updated with