Bootstrapping
Let's create a bootstrap file and include it at the top of every page script.
We'll cover the following...
Creating a bootstrap file
Before you can use _flash_message.php, the session data should be loaded into $_SESSION.
This means that the session needs to be started on ...
Ask