Accueil

Consultation des comptes de dotations

'; include"connection.php3"; mysql_select_db($login,$connection); $table=mysql_query("select * from dotation",$connection); $cpt_dotation=mysql_num_rows($table); if($cpt_dotation!=0){ $cpt=0; $total_dotation=0; print'Compte : 68 dotations

'; while($cpt<$cpt_dotation){ print''; print''; $total_dotation+=mysql_result($table,$cpt,Montant); $cpt++; } } mysql_close($connection); print'
Motif Montant
'; print mysql_result($table,$cpt,Motif); print''; print mysql_result($table,$cpt,Montant); print'

Montant total des dotations : '.$total_dotation.' €
'; ?>