I have developed a script which gathers a number of mysql results and puts them into a queue.
The script will refresh itself after each result and move on to the next.
I am wanting this script to be run via a cron-job. However, cron does not support META refresh nor PHP header.
Is there a way to do this using AJAX as oppose to META refresh?
Regards
Chris