How to make a load screen that waits a period of X seconds to do a certain action. Ex: Executing a Query
in the database ...
Ex:
<?php
$outTime = 1000; // tempo em ms
...
?>
<div id="splash">Aguarde...</div>
<div id="conteudo">Sucesso!</div>