How do I prevent the GET method from encoding HTML special characters in the URI?

Posted by Hephaestu5 on Stack Overflow See other posts from Stack Overflow or by Hephaestu5
Published on 2010-04-14T17:58:11Z Indexed on 2010/04/14 18:03 UTC
Read the original article Hit count: 257

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about html

Related posts about uri