Blog Pages

MySQL delay

Delay for 20 seconds:

SELECT SLEEP(20);

or:


DO SLEEP(20);

No comments:

Post a Comment