Ver Mensaje Individual
  #6 (permalink)  
Antiguo 29/12/2003, 09:33
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 4 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>";
__________________
M a l d i t o F r i k i