Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/04/2015, 11:38
Avatar de tquezada
tquezada
 
Fecha de Ingreso: febrero-2013
Ubicación: Santiago
Mensajes: 196
Antigüedad: 12 años, 1 mes
Puntos: 8
Problema con Xampp

Amigos tengo dos servidores Appserv y Xampp y este codigo en Xampp no funciona.

Código PHP:
Ver original
  1. <?php
  2.     if(isset($test)){
  3.         echo "hola";
  4.     }
  5. ?>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>Documento sin título</title>
  11. </head>
  12. <body>
  13. <form method="post">
  14.     <input type="submit" name="test" value="Test" />
  15. </form>
  16. </body>
  17. </html>

Sera que tengo configurado algo distinto en php.ini?

Saludos
__________________
¿Sabes cuántos programadores hacen falta para cambiar una bombilla? - no, no ¿Cuántos? - Ninguno... es un problema de hardware.