Forum » » Le coin des codeurs » » Formulaire ... et adresse de réponse ...
Posté : 17 déc. 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>";
$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>
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=21520&forum=5