Hi,
If I have a home.php file and I want to store it into a $_SESSION like $_SESSION = home.php - how do I do that? I tried using include but it doesn't work... I have to have it in a session because it fits into a bigger portion of code elsewhere, is it possible to get the home.php contents and put them in the session?
Thanks,
Ashton.