ya pas moyen de préciser la va leut de $total genre- $total = entre x et y
Merci...
<?
$total=51;
if($total <= 10 )
{
echo'<em>bissmill\'ah</em>' ;
}
if($total >= 11 )
{
echo'<em>on commence...' ;
}
if($total >= 50 )
{
echo'la moitié de cent' ;
}
if($total >= 100 )
{
echo'pile aya encore!' ;
}
if($total >= 500 )
{
echo'Mlih mlih' ;
}
if($total >= 1000 )
{
echo'Labasse on aura du job' ;
}
if($total >= 2000 )
{
echo'Hna harbine wellah' ;
}
?>