Learning PHP and MySQL

Example 13-13 Referencing a variable set on a prior page in the session

<?php session_start();
echo  
$_SESSION['hello'];
?>

Posted by on 09/25 at 11:36 AM

Next entry: Example 13-14 Checking to see whether a user is valid

Previous entry: Example 13-12 Registering a variable by including it in $_SESSION

<< Back to main