Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/02/2010, 09:36
astinx
 
Fecha de Ingreso: febrero-2010
Mensajes: 15
Antigüedad: 14 años, 2 meses
Puntos: 0
Cita:
Iniciado por quebien Ver Mensaje
mmmmmm [url]http://www.google.com.ar/search?q=manual+de+php[/url]

;)
por algo puse en el titulo "pregunta estupida" ¬¬

Cita:
Iniciado por jackson666 Ver Mensaje
Código HTML:
<form action="unArchivo.php" method="post">
<input type="text" name="algo" />
<input type="submit" value="Enviar" />
</form> 
Y en tu 'unArchivo.php'

Código PHP:
<?php

$foo 
$_POST['algo'];
echo 
$foo;

?>
Muchas gracias lo re necesitaba

Última edición por GatorV; 19/02/2010 a las 10:23