Index du Forum » » Le coin des codeurs

Auteur

Formulaire ... et adresse de réponse ...
Kit
85    

  Posté : 17-12-2006 14:19



<table cellpadding=\"3\" cellspacing=\"1\" border=\"1\" align=\"left\" background=\"/themes/MK/gfx/fond_topic2.jpg\">
<td align=\"center\" class=\"ctblanco\" nowrap>";           & nbsp;
$toplist = mysql_query("select topicid, topictext from topics order by topictext");
while (list($topicid, $topics) = mysql_fetch_row($toplist))
{
$opti.="<option value=\"$topicid\">$topics</option>\n";
};
echo"<form action=\"index.php?op=newtopic&topic=\" method=\"post\">
<select NAME=\"topic\" onChange='submit( )'>
$opti </form>";
echo"
</td>
</table>



Et ça fonctionne, j'obtiens exactement ce que je souhaitais!
Je vous remercie tous vivement, il ne me reste plus qu'à m'attaquer à la page search.php!
Et encore un grand merci à JPB, je vois comment procéder pour simplifier mon code (je vais peut-être remettre mon if quand même ...
MERCI!



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=21520&forum=5