PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I was wondering if there is a way with php or just straight html to keep certain pages on my website from appearing in the back button's list of previously viewed pages and the same for the forward button.
Would this have to do with caching and stuff or is it
even possible?
only idea i have is to open a new browser window everytime you click a link, and then use window.close(); after the window opens (on the original page)