Kirupa's Flash form PHP problem

[font=Courier New][font=Verdana][font=Courier New][font=Verdana]I’m using your PHP file for a Flash form with changed variables…thanks…

I have two problems:

  1. sending german characters like ä, ö, ü - I’ve managed this setting in Flash

[font=Courier New]System.useCodePage = true;[/font]

  1. ENTER doesn’t seem to be coded. I get e-mails in a whole paragraph. I’ve tried without solving it[/font]

[/font][/font][/font][font=Courier New][font=Verdana][font=Courier New]//getting the text from the TextArea Component
var message_txt:String = message_ta.text
//coding it
escape(message_txt);

[font=Verdana]Any ideas? Is it a Flash or a PHP issue?[/font]
[/font][/font][/font]