[eluser]rei[/eluser]
Hi, how to reload page when back button is pressed? Or how can I let users see fresh content of page when they clicked the back button of the browser? I need solution for this because in my online exam system, I'm displaying 1 question at a time and users are not allowed to go back to previous question. The problem is when they press the back button of the browser it displays the previous page because the page is being cached by the browser. Even if I set a $_SESSION['current_question_number'] its useless because when I press the back button of browser it doesn't re execute the php code. Please give me suggestions/ideas how to solve this.Thanks!