29/12/2003, 09:33
|
| | | Fecha de Ingreso: enero-2002 Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 10 meses 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>"; |