voial normalement c´est compris ici dedans , ca ne peut etre alleuir.
< table width="100%" border="0" cellspacing="0" cellpadding="0">
< tr>
< td height="63">
< ?
include("conf.inc/conf.php");
/ / Connextion à Mysql database
mysql_select_db("$bdd",$db);
$query = " SELECT * FROM $dbtable_divx ORDER by id DESC LIMIT 0, $nb_aff";
$result = mysql_query($query) OR die ( mysql_error());
while ( $row = mysql_fetch_array($result))
{
? >
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="normal">
< tr>
< td width="17%" height="19"><? echo"".$row[date]."" ? > :</td>
< td width="83%"><? echo"<a
href=´detail_divx.php?id=".$row[id]."´>Détail</a>"
? > du Divx: < ? echo"".$row[titre]."" ? > < /td>
< /tr>
< /table>