![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/05/2010, 07:16
|
| | Fecha de Ingreso: diciembre-2009
Mensajes: 612
Antigüedad: 15 años, 2 meses Puntos: 16 | |
Respuesta: Consulta select name <?php $isbn=$_post['isbn'];
$otra="select * from ss.articles where ISBN like '$isbn'] '";
$result=mysql_query($otra); ?>
<form action="new_delete.php" method="post">
<select name="isbn">
<?php while ($row=mysql_fetch_array($result))
{ ?>
<option value="<?php echo $otro_contador; ?>"><?php echo $row['ISBN']; ?></option>
<?php $otro_contador=$otro_contador+1;
} ?>
</select>
<input name="boton" type="submit" value="Enviar" />
</form>
__________________ Tengo una pregunta que a veces me tortura... ¿El loco soy yo o los locos son los demás? |