Problem mit PHP + IIS

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Konrad
    antwortet
    1. Etwas spät...
    2. Problem kenne ich nicht
    3. Vielleicht hilft das:
    To encode a '+' (plus) symbol so it ends up as '+' when decoded automatically by PHP, you have to do this:

    rawurlencode(rawurlencode("+"));

    If you just call rawurlencode() once, the resulting "%2B" is converted to '+' before '+' symbols are converted to spaces, which is not very useful.

    Einen Kommentar schreiben:


  • MoRtAlAn
    hat ein Thema erstellt Problem mit PHP + IIS.

    Problem mit PHP + IIS

    wenn ich über ein Formular daten versende und diese mit urlencode() in die db schreibe fliegt jedes "+" zeichen raus

    System Windows 2000
    IIS 5
    PHP >= 4.1 (ab 4.1 habe ich getestet)

    kennt jemand das problem ??

    gruss
Lädt...
X