I would like to load/refresh a particular page for every 10 secs to view updated data\'s fetched from Database.
I used META for doing it
note that you can also use header() in PHP to accomplish what the meta tag is doing too. Just make sure you make the header() call before other output.