Dear forum...
I have a page called login.php
This is the page where users login. I also have a lot of other pages, for example register.php, logout.php, sendemail.php and so on. I do not want any user to access these pages directly. I want them to follow my links only. And if a user logs out I do not want that user to just press the previous page button in the browser and access that page again. I want that user to really be logged out at that moment.
Are there any good code examples of this?
Thanks... :o