PHP $_SESSION
Example:////////////
index.php
////////////
<?php session_start();
$numero = rand(100, 999);
$_SESSION['rand'] = $numero;
echo $_SESSION['rand'];
?>
<br><a href="session.php">session.php</a>
//////////////
//session.php
//////////////
<?php session_start();
echo $_SESSION['rand'];
?>
<br /><a href="destroy.php">destroy.php</a>
//////////////
//destroy.php
//////////////
<?php session_start();
echo $_SESSION['rand'];
session_destroy();
?>
<br /><a href="index.php">index.php</a>
index.php
////////////
<?php session_start();
$numero = rand(100, 999);
$_SESSION['rand'] = $numero;
echo $_SESSION['rand'];
?>
<br><a href="session.php">session.php</a>
//////////////
//session.php
//////////////
<?php session_start();
echo $_SESSION['rand'];
?>
<br /><a href="destroy.php">destroy.php</a>
//////////////
//destroy.php
//////////////
<?php session_start();
echo $_SESSION['rand'];
session_destroy();
?>
<br /><a href="index.php">index.php</a>
Comments
Add a Comment
Sponsors
Google Meta Tags Generator Online
Create your own meta tags using our free code generator.
BuzzBoost Css Generator Online
Free Google BuzzBoost CSS Style Generator Online
Text Ads Generator
Create Your Own HTML Ad Using Our Free HTML Editor
Link Style Generator
Free CSS Style Sheet Generator for Links