PHP Session et Cookies: Exemple d’utilisation de session_start()

Author:
 
<?php session_start(); ?>
 
<html>
 
 <head>
  <title>Session starter</title>
 <head>
 
 <body>
 
 <a href="next.php?<?php echo( SID ); ?>">Next page</a>
 <hr>
 
 PHPSESSID = 
 <?php 
 
  echo ( session_id() ); 
 
 ?>
 
 </body>
 
</html>
  
  

Leave a Reply

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


seven − = 6