PHP Session et Cookies: Démarrer une session

Author:
 
<?php  session_start(); ?>
 
 
 
<html>
 
 <head>
  <title>Session running</title>
  <style type="text/css">
    body { font-family:<?php echo $_SESSION['font']; ?> }
  </style>
 </head>
 
 <body>
 <h3>Preferred font family is 
 <?php echo $_SESSION['font']; ?></h3>
 <a href="prefs3.php?<?php echo( SID ); ?>">Next page</a>
 </body>
 
</html>
  
  

Leave a Reply

Your email address will not be published. Required fields are marked *


− 1 = eight