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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.