php iconv problems with carriage return -


i've got following code should escape german special chars. problem when makes carriage return in input field, code breaks , no text submitted.

<b>nachricht:</b> ' . iconv('utf-8', 'windows-1252',$_post["sonstiges"]).'<br><br><br> 

how can solve problem?

thanks


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -