i would like to ask how can i make a php script which echoes the id of the data stored in a database repeat itself after specific time for example after 2 minutes.i don’t want to use a cron job or another scheduler.Just php or javascript implemantation.Thanks in advance..
Share
I’ve done similar with this script. While the user is on the page, it runs
scriptToRun.phpevery 2 minutes.