<?php
set_time_limit(0);
function getmicrotime($m)
{
list($usec, $sec) = explode( ,$m);
return ((float)$usec + (float)$sec);
}
$time_debut = microtime();
//ici tous tes trucs php
//requete
//Boucle etc ...
//Tous dans la variable $texte;
$time_fin = microtime();
echo (getmicrotime($time_fin) - getmicrotime($time_debut));
echo $texte;
?>
Nous - Plan du site - Informations légale - Contact - © Graphiks.net