So,
habs jetzt fast. Jetzt ist nur noch das Problem, dass er beim Vorkommen eines "?" den kompletten String löscht. Umlaute funktionieren.
Habs jetzt so:
HTML:
Code:
<meta http-equiv="Content-Type" content="text/
html; charset=iso-8859-1">
PHP:
Code:
header('Content-Type: text/
html; charset=iso-8859-1');
$titel = iconv("UTF-8", "iso-8859-1", $_REQUEST['titel']);
Danke!