1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
   |  
while($res = mysql_fetch_array($resultat))
	{
 
$date = $res[dat_age];
list($annee, $mois, $jour) = sscanf($date, "%d-%d-%d");
 
	echo'
 
	<table border="1" bgcolor="#FFFF33" width="">
	   <tr>
		<td width="120"><small><b><font face="Tahoma" color="#330099"><font color=red>' . $jour . '-' . $mois . '-' . $annee . '</font></td>
		<td width="100"><small><b><font face="Tahoma" color="#330099"><font color=red>'.stripslashes($res['heu_age']).'</font></td>
		<td width="100"><small><b><font face="Tahoma" color="#330099"><font color=red>'.stripslashes($res['lie_age']).'</font></td>
	/*(ligne 82)*/	<td width="400"><small><b><font face="Tahoma" color="#330099"><font color=red><a href="#" onclick="window.open('info.php?id=$res['num_age']','_blank','toolbar=0, location=4, directories=0, status=0, scrollbars=1, resizable=1, copyhistory=0, menuBar=0, width=400, height=400, left=150, top=150');return(false)" class="d">'.stripslashes($res['obj_age']).'</a></font></td>
	   </tr>								</table>
	';	
	} | 
Partager