Problem mit Form + PHP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Den <label>-Tag hat mein HTML-Editor dazwischen gepfuscht...
    Ansonsten hatte ich alles überprüft (was superglobal arrays, action und method angeht)

    Comment


    • #17
      Dann mache halt mal ganz viel Testoutput. Putte mal das ganze $_POST und was
      Dir sonst noch in den Sinn kommt.
      PHP Code:
       echo '<H1> POST-Variabeln</H1>';
      foreach(
      $_POST as $key=>$value)
        echo 
      "\$_POST[$key] = "htmlspecialchars($value) . "<br />"
      isset($a,$b) funktioniert so wie Du es Dir vorstellst. Der tote Winkel ist anderswo.

      Comment

      Working...
      X