BurhanKhan1 Posted August 11, 2014 Share Posted August 11, 2014 I am using socket programing in a telephony setup. Need some help regarding to it. According to my scenario i have to execute a php script ( not from web but using a script) and display a value on web browser in such a way that as value come browser will auto refresh and display desire value. Is any other technique to complete this task? Link to comment https://forums.phpfreaks.com/topic/290401-permanet-open-scoeket/ Share on other sites More sharing options...
requinix Posted August 11, 2014 Share Posted August 11, 2014 The browser refreshes the moment the change happens? Look into WebSockets. It takes a bit to set up on the server end. Or within a few seconds? AJAX polling. Link to comment https://forums.phpfreaks.com/topic/290401-permanet-open-scoeket/#findComment-1487460 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.