0
My webpage requests the data to database to get the updated value in every 3 seconds. is this standard way ?
4 Answers
+ 4
no use ajax to do this. Using only with PHP will slow down your webpage with little number of user.
+ 2
then you are using standard way, but there are many thing you can use to make your site load more fast. One of it is socket. But do not go there if you are a new programmer
0
yup...I have used ajax..and It requests upadated data in background in every 3 seconds
0
would you please explain what socket does ?