Advertisement
Guest User

header_original

a guest
Oct 19th, 2022
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <?php
  2. ob_start();
  3. session_start();
  4.  
  5. if(empty($_SESSION['password2']))
  6. {
  7. print("<script> location.replace('index3.php'); </script>");
  8. }
  9. ELSE
  10. {
  11. $liv=$_SESSION['liv'];
  12. $pass= $_SESSION['password2'] ;
  13. $NOMESES=$_SESSION['nome'];
  14. $CODICESESSIONE=$_SESSION['codice'];
  15. $CODICESES=$_SESSION['codice'];
  16. $COGNOMESES= $_SESSION['cognome'] ;
  17. }
  18. include("config.php");
  19. $Canno1=(date("Y")); //Anno
  20. $Canno=$Canno1+1; //Anno
  21. ?>
  22.  
  23. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- F.ANGIO -->
  24. <html xmlns="http://www.w3.org/1999/xhtml" lang="it">
  25. <head>
  26.  
  27. <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" />
  28. <meta http-equiv="Content-Language" content="it" />
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  30. <title>Tutto colorato</title>
  31. <link href="style.css" rel="stylesheet" type="text/css"/>
  32. </head>
  33. <body>
  34. <div id="container">
  35. <!-- header --> <br>
  36. <div id="ind"> <center> <a href="index3.php"> <img src="images/logovac.jpg" border="0" height="185" width="185"></div></a>
  37.  
  38. <!--end header -->
  39.  
  40. <!-- main -->
  41. <div id="main">
  42. <div id="text" >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement