bonjour

voici ma raquette j'aimerai afficher Retard en ROUGE, comment faire cela dans une raquette?et, est ce possible d’ailleurs ?a cours d'idées !


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
$sql = 'select distinct * ,case when endDate<current_date then '.'"Retard "'.'when endDate>current_date then '.'"EnCours "'.''.'end as statu from clients c,cartes ca,planningcarte p where c.id_client=p.id_client and ca.id_carte=p.id_carte ;  
 
$req = mysql_query($sql) or die('Erreur SQL !<br />'.$sql.'<br >'.mysql_error());