Update div content if db Table updates in php using socket

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
siversansar
Forum Newbie
Posts: 1
Joined: Thu Jun 05, 2014 2:40 pm

Update div content if db Table updates in php using socket

Post by siversansar »

hello ,

is there anybody who can help me to find the way to update my webpage div if mysql database table updates through php socket ??


your little help will be enough for me...please..

thanks in advance..
arun gupta
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Update div content if db Table updates in php using sock

Post by Christopher »

So you want to update a web page when data in the database changes? What code is listening to the socket and updating the database?
(#10850)
Post Reply