1
Discussion & Troubleshooting / Re: Problem mit Umlauten
« on: September 22, 2007, 10:46:54 AM »
Also muss man es in der detais.php nur so ändern?
else {
$user_name = un_htmlspecialchars(trim($_POST['user_name']));
$comment_headline = un_htmlspecialchars(trim($_POST['comment_headline']));
$comment_text = un_htmlspecialchars(trim($_POST['comment_text']));
Weil so scheint es auch nicht zu gehen.
else {
$user_name = un_htmlspecialchars(trim($_POST['user_name']));
$comment_headline = un_htmlspecialchars(trim($_POST['comment_headline']));
$comment_text = un_htmlspecialchars(trim($_POST['comment_text']));
Weil so scheint es auch nicht zu gehen.
