Hey guys!
I am trying to do a navigation menu using $_POST variables so that my page can dynamically change, but so that my URL stays the same also (without ugly index.php?page=pageIndex).
So what I am doing is having a variable posted to the site which tells the page which content to load.
ONE problem: when the user clicks refresh they are prompted with the form refresh nag window. I was wondering if there is a way to get rid of that window. Or maybe another way to pass variables to my PHP page without using $POST or $GET (I hate the long query strings in the URL).
Danke!
vs