-1
I have a question: I have a query in the database made in PHP that returns numbers that are updated to each request I make when accessing the browser. When I give F5, the data is updated and see them on the screen, until ai blz. Only I wanted this data to be updated instantly without having to give F5 in the browser and without using the request every few seconds. I wanted to do this using Jquery for example. I already fucked the net here and I can’t find anything, just a lot of codes I don’t understand. rsrs
Thanks in advance.
"without using the request every few seconds" <- this is an alternative, the other is websocket. If no one answers I’ll give you an answer later on that.
– Sergio
Server-Sent Events is also an alternative
– HwapX
I will search both and see if I can use. Thanks for the reply. Sergio and Hwapx.
– Helio
You managed to fix this?
– Sergio