Anyone got any ideas how to hide the parsed parameters that appear on the address bar?
If i do link to index.php?action=home, then the path will appear in the bar.
I dont even know if you can.
oh, and i dont want to use framesets.
Cheers
Use POST instead of GET in your forms. If you need to use GET then you might consider using virtual directories.
ex: www.somewhere.com/index.php/key/value/key/value
Hope that helps. I'm pretty new at this myself, but that seems about the closest way to do it.
Regards,
LM
Or just use a hidden frame and save yourself tons of trouble.
What do you mean by hidden frame? Borderless frames? Or IFRAME?
A frameset consisting of just one frame of 100% x 100%
I knew you could do that, but i was wondering if there was a way of hiding params without using framsets.
Nope, only if you change each and every link into a POST command or always redirect to a new page after each and every click. Both are pretty horrible.🙂
I've used frames now and it works fine. I was just wondering really....
There should be a way...
I agree.