Learning PHP and MySQL

Example 13-10 Simply starting a session

<?php session_start();
?>

Posted by on 09/25 at 11:32 AM

Next entry: Example 13-11 Registering a variable with session_register

Previous entry: Example 13-9 Verifying a username and password against the database

<< Back to main