Danyx 220
| Posté : 21-05-2016 17:15
Merci cela marche bien, j'ai fait presque comme tu me l'a dis.
Car je n'ai pas compris le "buton"...
Donc j'ai fait ceci:
<div <li id="online" class="col-sm-12 t ext-muted text-right"><a></li><a>
<?php
if (!function_exists("Mysql_Connexion")) {
!!include!! ("mainfile.php");
}
!!include!!("header.php");
//Pour C3
$req = sql_query("SELECT SUM(C3) from " .$NPDS_Prefix."users_extend where C3<>''");
$total= sql_fetch_row($req);
echo "Nombre de titres&nbs p;représentés par HB: Genfit: ".$nombre_format_francais = number_format($total[0], 0, ',', ' ');
|