Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/04/2010, 21:51
Avatar de isisra
isisra
 
Fecha de Ingreso: diciembre-2009
Mensajes: 68
Antigüedad: 14 años, 5 meses
Puntos: 2
Respuesta: Como poner formulario en php

prueba asi..

Código PHP:
echo '<form name="formulario" method="POST" action="">
    <input type="text" name="var1">
    <input type="text" name="var2">
    <input type="submit" name="enviar" value="Enviar">
    </form>'