Hidden vars

Suggesting that someone use mod_rewrite, without any sort of context to the answer, isn't particularly useful. And, in this case, it's probably not the right answer.

The question implies that you want to take hidden form variables and put them in the URL. They won't be hidden any more. mod_rewrite won't help with this.

What you need to do is use POST rather than GET as your form METHOD. The...