Ver Mensaje Individual
  #6 (permalink)  
Antiguo 23/02/2013, 13:00
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: Formulario con php

probá esto en tu server a ver que ves
Código PHP:
Ver original
  1. <?php
  2. $wname = "A";
  3. $wemail = "B";
  4. $wmessage = "C";
  5. ?>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  7. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10. <title>titulo</title>
  11. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  12. </head>
  13. <body>
  14. <table width="550" border="1" cellspacing="2" cellpadding="2">
  15.  <tr bgcolor="#eeffee">
  16.  <td>Name</td>
  17.  <td><?php echo $wname; ?></td>
  18.  </tr>
  19.  <tr bgcolor="#eeeeff">
  20.  <td>Email</td>
  21.  <td><?=$wemail; ?></td>
  22.  </tr>
  23.  <tr bgcolor="#eeeeff">
  24.  <td>Message</td>
  25.  <td><?=$wmessage;?></td>
  26.  </tr>
  27.  </table>
  28. </body>
  29. </html>

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.