I am creating a training tutorial with a number of pages. when the users logs in or registers, they start a session, which is used on each page to ensure they are a valid user, etc.
However, when the user select 'exit training', they are sent to the exit page where i need to be able to 'get' the page number of the previous page (i.e. the page they had reached when they selected 'exit training'). This will then be stored in a database table so they can continue from this point next time they log on.
Can anyone help me with this? I have looked through a lot of things but cant find an answer. Thanks
However, when the user select 'exit training', they are sent to the exit page where i need to be able to 'get' the page number of the previous page (i.e. the page they had reached when they selected 'exit training'). This will then be stored in a database table so they can continue from this point next time they log on.
Can anyone help me with this? I have looked through a lot of things but cant find an answer. Thanks
Comment