Forum Moderators: coopster

Message Too Old, No Replies

Trouble Passing German Chars to Script

         

Jon_King

3:46 pm on Jan 19, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am having a problem passing what I call "extended German charcters" to a php script from an html form. i.e. If the German word "küche" is entered in the html form the encoding is incorrect when tring to process the var in the called script. The char "ü" is the problem.

Using urlencode on the php script side is not working. Perhaps it needs to be encoded before passing to the script? I am not sure which way to go.

Your help is greatly appreciated.

henry0

3:54 pm on Jan 19, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi
check
This thread and mostly all related links
[webmasterworld.com]

Jon_King

4:22 pm on Jan 19, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks much. Works perfectly.

henry0

4:26 pm on Jan 19, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



For once I'm not out of the plate :)