How do I prevent the GET method from encoding HTML special characters in the URI?
- by Hephaestu5
I have a form using the GET method.
If values are submitted with special characters, they appear in the URI as:
?value=fudge%20and%20stuff
How do I make it clean?
I don't want to use the header function because this is happening within a page in drupal.