I have a php script that creates a page when given a new entry and in that page, after the page is made i try to set a variable in the session to be the string of the page name just created like this.
$_SESSION['newpage'] = $html_file_name;
when the script is done, it redirects back to the...