Kit 85
| Posté : 13-12-2006 16:36
Comment ça mon il est pas propre!!!!
Désolé mais quand je colle mon code entre les balises "code", une fois posté ce dernier est partiellement transformé ... pas ma faute à moi ... pas taper sur Kit!
Donc je vais réessayer ... attention les nyeux ça pique ...
  ;
<td width=\"100%\" height=\"30\" valign=\"middle\" align=\"right\"></td>
<td><form action=\"index.php\" input type=\"hidden\" name=\"op\" value=\"newtopic&\" method=\"get\">
<table cellpadding=\"3\" cellspacing=\"1\" border=\"1\" align=\"left\" background=\"/themes/MK/gfx/fond_topic2.jpg\">
<td align=\"center\" class=\"ctblanco\" nowrap>";
$toplist = mysql_query("select topicid, topictext from topics order by topictext");
echo "<form> <p class=\"bord-select\"><select NAME=\"topic\"onChange='submit()'></p></form>";
echo "<option value=\"\">Recherche dans les articles</option>\n";
while(list($topicid, $topics) = mysql_fetch_row($toplist))
{if ($topicid==$topic) { $sel = "selected "; }
echo "<option $sel value=\"op=newtopic AND $topicid\">$topics</option>\n";
$sel = "";
}
echo "
Bon ben voila ... j'espère que c'est bon là ...
|
Message édité par : Kit / 13-12-2006 16:43