aeris130 Posted March 20, 2007 Share Posted March 20, 2007 My users are currently visiting the following pages in said order: ... - content - content *1 form (posts data to the next page) *2 Inserts data into MySQL yada yada *3 relocates to another page and displays the inserted data -content ... What I'd like to do is to prevent them from going back to *1/2 from *3 (or at least show a message telling them that they've already visited those pages once). They should, however, be able to start the entire sequence all over again. What would be the best method to achieve this using php? I figured sessions might be able to do this, but I don't have much experience with that. Link to comment https://forums.phpfreaks.com/topic/43536-prevent-users-from-revisiting-pages/ Share on other sites More sharing options...
per1os Posted March 20, 2007 Share Posted March 20, 2007 http://us2.php.net/manual/en/ref.session.php Sounds like you need sessions. Link to comment https://forums.phpfreaks.com/topic/43536-prevent-users-from-revisiting-pages/#findComment-211422 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.