Fiche de Prep’ Facile 2016
function TitreChoixR($x)
{
$query = "SELECT * FROM spip_forms_champs_choix where choix='$x'";
$sqlb = spip_query($query);
while ($r1 = mysql_fetch_array($sqlb))
{
echo $r1[titre];
}
}
function pourcent($valeur) {
return $valeur / 100;
}
?>
retour au site public