Powered by Ajaxy
Digg StumbleUpon LinkedIn YouTube Flickr Facebook Twitter RSS Reset

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

 
<?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>
  
  

No comments yet.

Leave a Comment


8 + six =