Possible Duplicate:
Is there a function similar to setTimeout() (JavaScript) for PHP?
Is there any way to do a timeout in PHP? Something similar to setTimeout() in Javascript. I want to insert data in database after 5 minutes.
Edit: Also. It will do another things after 5 minutes. A function will be executed. Then, the approach shouldn't be with the database. A hang is undesirable