Hi,
I have a web page where I display the count of pilgrims who enter into temple, total count i am able to display at EOD, but the requirement is when a person entered into the temple, it is getting recorded and but the count is not getting incremented automatically
I have used metatag to refresh the content
<meta http-equiv="refresh" content="300" />
also I have used jquery and javascript
which refreshes the count after 5 mins, but user can able to see that page is getting refreshed.
So my requirement is I have to refresh the count and increment it with out reloading the page
Any one please help me out from it
Thanks in advance