Nasıl bir soruyu cevaplarken ve birisi oluşturulan başka bir cevap gönderdiğinde stackoverflow görüntülenen Pop up uyarı nedir?

0 Cevap php

Ok, so you know when you're answering a question and are in the middle of typing it, and someone else posts an answer to your question and you get a little popup that says there is a new answer to the question? My question is how do you do that? I think I have the basic concept down... A question is answered, added to the database. The page your on keeps checking the database for new answers, and if there is something new displays a popup. (I'm not sure if that's how it's done, but just and idea) Anyway, I'm trying to create an application with similar functionality to that popup using php, and jQuery / Ajax / something else? I have a page that will be on the screen and will display information from the database. What I need: to figure out how to get that popup to display only when there is new content added to the database. Thanks for the help!

Ben de eklemek gerekir ... Herkes harika olurdu sql ile ajax / jquery entegrasyonu hakkında paylaşmak için herhangi öğreticiler, veya kod parçacıkları varsa. PHP de oldukça iyi ama ajax ve jquery tamamen yeniyim :-/

0 Cevap