![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/12/2003, 09:33
|
![Avatar de Cain](http://static.forosdelweb.com/customavatars/avatar9591_1.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 23 años, 1 mes Puntos: 17 | |
echo "<select name=$aydi>";
while ($row=mysql_fetch_array($result)) {
$aydi = $row["id"];
$categos = $row["categoria"];
echo "<option>$categos</option>";
}
echo "</select>
Autor <input type=text name=autor><br>
Chiste <textarea name=chiste></textarea><br>
<input type=submit name=enviar value=enviar>"; |