Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/02/2010, 20:08
Avatar de jackson666
jackson666
 
Fecha de Ingreso: noviembre-2009
Ubicación: Buenos Aires, Argentina
Mensajes: 1.971
Antigüedad: 14 años, 5 meses
Puntos: 65
Respuesta: Pregunta estupida; Formularios y variables.

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;

?>
__________________
HV Studio
Diseño y desarrollo web