Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/05/2009, 15:32
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Ayuda (es algo simple , pero soy nuevo :S)

Código php:
Ver original
  1. <html xmlns="">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>Documento sin t&iacute;tulo</title>
  5. </head>
  6.  
  7. <body>
  8. <?php
  9. echo $_POST['prueba1']."informacion";
  10. ?>
  11. </body>
  12. </html>

Saludos.