
22/01/2014, 00:46
|
| | Fecha de Ingreso: agosto-2012 Ubicación: mexicali
Mensajes: 34
Antigüedad: 12 años, 7 meses Puntos: 1 | |
no quiero mandar varios valores quiero mandar el formulario x cantidad de veces con un solo click ese formulario de arriba lo hace pero solo por get y quiero algo igual por post
si ya lo he intentado el _self y a post
pero no funciona me lo toma como get si lo cambio a post
<form method="get"
target="_self">
HOLA : <input type="text"
name="hola" /><br />
MUNDO : <input type="text"
name="mundo" value=""/><br />
No #: <input type="text"
name="numero" /><br />
<input type="submit"
value="Enviar" />
</form>
<?php
$hola = $_GET['hola'];
$mundo = $_GET['mundo'];
if(isset($numero)){
for($i=0;$i<=$numero;$i++)
echo "$i<li><img src='http://pagina&$i' width='11' height='11 border='0'></li>";
}
?>
auxilio que alguien me ayude :(
Última edición por GatorV; 22/01/2014 a las 09:06 |