include "connection.inc"; ?>
$ract=mysql_query("select * from actualite_ang where id_act='".$_GET['id']."'"); $texte=""; while($lact=mysql_fetch_row($ract)){ $texte=$lact[1]; } echo $texte; ?>: $ract=mysql_query("select * from actualite_ang where id_act='".$_GET['id']."'"); $texte=""; while($lact=mysql_fetch_row($ract)){ $texte=$lact[2]; $prix=$lact[3]; $autre=$lact[4]; } echo $texte; echo "Prix:".$prix." TND ".$autre; ?>