ajax - PHP checking a value every 5 seconds without a present client -


i have website idea @ moment , need timer fired every 5 seconds without users input check if remote value (a value on remote file) has changed value. need make server side c++ script this? want keep php if can if have make external script. ajax able this?

you can use cron ( http://en.wikipedia.org/wiki/cron ) unix based systems , windows task scheduler ( http://support.microsoft.com/kb/308569 ) windows


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -