|

Nous sommes le
echo $maj;
/* Compteur annonceurs */
if($vst != "")
{
$resultat_sql2 = mysql_query("select * from stats where apporteur= '$vst' ;",$connexion);
$nombreligne3 = mysql_num_rows($resultat_sql2);
if ($nombreligne3 != 0)
{
$nbstat = mysql_result($resultat_sql2,0,"nbclic");
$cumulst=$nbstat+1;
$resultat_sql2 = mysql_query("UPDATE `stats` SET `nbclic` = '$cumulst' WHERE `apporteur` = '$vst' AND CONCAT( `nbclic` ) = '$nbstat';",$connexion);
}
}
?>
|
|