Splashscreen in php

0

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>
    
asked by anonymous 28.11.2015 / 18:09

0 answers