Guest User

Untitled

a guest
May 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1.     <?php
  2.         session_name();
  3.         session_start();
  4.     ?>
  5.  
  6. <html>
  7.     <head>
  8.     <title>Problema</title>
  9.     </head>
  10.         <body>
  11.         Página 3
  12.                
  13.         <a href="ejer36ite.php">Volver</a>
  14.         </body>
  15. </html>
Add Comment
Please, Sign In to add comment