I have a massive MySQL database that I'm currently writing to HTML. The reasons for this are long so I won't bore you with the details, but there's my problem.
The script, when run, writes about 1400 html files to the servers. That's an incredible server load for shared hosting space, so, I need to insert some kind of time delay where the server writes one file at a time, with say, a 1/4 second time delay between writing files.
How the hell do you get PHP to pause for a set time before continuing on?
i've asked several PHP experts and nobody can come up with an answer?