
22/01/2014, 01:01
|
| | Fecha de Ingreso: agosto-2012 Ubicación: mexicali
Mensajes: 34
Antigüedad: 12 años, 7 meses Puntos: 1 | |
asi es el script
espero puedan ayudarme hacer lo mismo pero en 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
$numero = $_GET['numero'];
$hola = $_GET['hola'];
$mundo = $_GET['mundo'];
if(isset($numero)){
for($i=0;$i<=$numero;$i++)
echo "$i<li><img src='http://pagina?&hola=$hola&mundo=$mundo&$i' width='11' height='11 border='0'></li>";
}
?>
gracias amigo se ve bien ese script pero donde prondria la pagiana donde hara el post action
Última edición por GatorV; 22/01/2014 a las 09:07 |