Tema: Sesiones
Ver Mensaje Individual
  #49 (permalink)  
Antiguo 09/06/2011, 16:23
ofertasdiariass
 
Fecha de Ingreso: mayo-2011
Mensajes: 38
Antigüedad: 12 años, 11 meses
Puntos: 4
Respuesta: Sesiones

micuenta.php

Código PHP:
Ver original
  1. <?php
  2. if ($_SESSION['isLoged']!= 'isLoged') header('location:login.php');
  3. ?>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8. <title>Documento sin t&iacute;tulo</title>
  9. <style type="text/css">
  10. <!--
  11. #Layer1 {
  12.     position:absolute;
  13.     left:255px;
  14.     top:72px;
  15.     width:92px;
  16.     height:169px;
  17.     z-index:1;
  18. }
  19. -->
  20. </style>
  21. </head>
  22. <body>
  23. </body>
  24. </html>

SIGUE ---->>