I am stuck on this scenario where I want a page to auto refresh every 10 seconds. I have used
header("refresh: 10;");
which does work when I access the URL through my browser, but i want it to run in background. I have used Cron to access the url once and then it should refresh the page every 10 seconds. But this doesn't work.. can anyone please tell me the solution to this ??