Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/04/2013, 14:41
Avatar de hackjose
hackjose
 
Fecha de Ingreso: abril-2010
Ubicación: Edo Mexico
Mensajes: 1.178
Antigüedad: 14 años, 1 mes
Puntos: 131
Respuesta: Problema con headers

Código PHP:
Ver original
  1. <?php
  2.             header('Location: RastreoDePaquetes/Web/Index.php?vista=Login');
  3.             exit();
  4. ?>
  5. <!DOCTYPE html>
  6. <html>
  7.     <head>
  8.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  9.         <title></title>
  10.     </head>
  11.     <body>
  12.     </body>
  13. </html>

O incluso, solo puedes poner codigo PHP y no HTML

Saludos