Problem mit PHP + IIS

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

  • 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

  • #2
    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.
    Konrad

    In a world without walls and fences, who needs Windows and Gates ?
    (Sun Microsystems)

    Kommentar

    Lädt...
    X