Author Topic: Problem mit Umlauten  (Read 16707 times)

0 Members and 1 Guest are viewing this topic.

Offline tassetee1

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: Problem mit Umlauten
« Reply #15 on: July 29, 2007, 01:43:38 AM »
$_POST

ist wohl der offizielle aktuelle Befehl für $HTTP_POST_VARS

Wenn ich das richtig verstanden habe, ist Zweiteres eine uralte Schreibweise für Ersteres, die noch aus php3 Zeiten stammen soll.

Ich habe unter anderem auch versucht alle alten Schreibweisen gegen die aktuell geltenden auzutauschen, was dann aber zu den gleichen Fehlern wie vorher führte. Na ja, bis auf die Suche klappt momentan alles wie gewohnt. Und den Fehler finde ich auch noch, bzw. mein guter Freund *hoff*

Offline Dragosius

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • ePfirsich.de
Re: Problem mit Umlauten
« Reply #16 on: August 01, 2007, 05:46:46 PM »
Weil in der details.php habe ich schonmal alle gegen $_POST ersetzt gehabt, die Umlaute gingen aber immer trotzdem nicht. :?:

Offline tassetee1

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: Problem mit Umlauten
« Reply #17 on: August 02, 2007, 01:35:16 AM »
Wie schon beschrieben, wenn man alle austauscht, funktioniert es nicht. War bei mir auch so.
Es geht wohl nur um diese Zeile, die z.B. in der details.php bearbeitet werden muss

else {
    $user_name = un_htmlspecialchars(trim($HTTP_POST_VARS['user_name']));
    $comment_headline = un_htmlspecialchars(trim($HTTP_POST_VARS['comment_headline']));
    $comment_text = un_htmlspecialchars(trim($HTTP_POST_VARS['comment_text']));

Offline Dragosius

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • ePfirsich.de
Re: Problem mit Umlauten
« Reply #18 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. :cry:

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Problem mit Umlauten
« Reply #19 on: September 22, 2007, 11:34:03 AM »
Is possible say the mean in english ? (If no, is ok but I can help ...). ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?