Simple, simple! If you are running on Linux, you can create the following script: #!/bin/sh for $count in 1 2 3 4 do [code to run PHP script] sleep 15 done Then, just run that script every minute via cron. Of course, there is a MUCH better way to do this, and the above code assumes that the script will compete in less than 15 secs. But, it does what you asked for! PM me if you need more help!