PHP Session et Cookies: Excéuter une variable dans la session

Author:
 
<html>
 
 <head>
  <title>Session still running</title>
  <style type = "text/css">
    body { font-family:<?php echo( $_SESSION['font'] ); ?>; }
  </style>
 </head>
 
 <body>
  <h3>Preferred font family is still
  <?php echo( $_SESSION['font'] ); ?> </h3>
  <a href="mesexemples.com/index.php">Change font?</a>  
 </body>
 
</html>
  
  

Leave a Reply

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


− five = 1