How To Run A PHP Script In The Background
October 16th, 2007If you have a PHP script that takes a while to execute (for example, long database operations or file format conversions), you might want to run it in the background so that the rest of your page still loads fast. In this post I’ll describe two ways to do this. Launching a background process One […]
Continue Reading...
Posted by Jānis Elsts
