Hi im fairly new to php ive managed to grasp the basic concepts, but now struggling with a session.
Im creating a website that is a storybuilder, the website is up and running but i want to add a session which will track the user through the sections of the story and present the user with the complete story on a page at the end.
So basically i need the session to take a record of the pages they visit through the website. I have the story sections in a mysql database and would like to record the idnum for each page visited, then this would allow me to echo the story as a whole at the end.
any help with sample code that may work, or simply any suggestions would be appreciated.
thanks