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
Post a Comment