<p class="tt">
<img src="img/logo_psp.png"alt="moi" />
<?php
include("CONFIGCONFIG.php");
$retour = mysql_query(´SELECT * FROM news ORDER BY id DESC LIMIT 3, 1´);
while ($donnees = mysql_fetch_array($retour))
{
echo "<a
href=\"visunews.php?id_news=".$donnees[´id´]."\">"
;
echo "<b></font> <font size=´2´><font color=´#999999´>".date(´d/m´, $donnees[´timestamp´])." | <font
color=´#000000´>".$donnees[´titre´]."</font></font
</font></b><br /></a>";
}
?>
</p>
<p class="tt">
<img src="img/logo_psp.png" alt="moi" />
<?php
include("CONFIGCONFIG.php");
$retour = mysql_query(´SELECT * FROM news ORDER BY id DESC LIMIT 4, 1´);
while ($donnees = mysql_fetch_array($retour))
{
echo "<a
href=\"visunews.php?id_news=".$donnees[´id´]."\">"
;
echo "<b></font> <font size=´2´><font color=´#999999´>".date(´d/m´, $donnees[´timestamp´])." | <font
color=´#000000´>".$donnees[´titre´]."</font></font
</font></b><br /></a>";
}
?>
</p>
:moneil: