Periodic Refresh on Server Side which trigger on database update in php -


i want php page auto-refresh on server side. page check if there new entry in database , according assigned job.

for example, user registered on website, user database updated new entry there code trigger , send sms user saying "congrats registering our site ur username 'username'"

is possible make kind of arrangement without installing application?

i know client side meta refresh following code -

<meta http-equiv="refresh" content="180"> 

which can used can't open computer times.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -