Image upload

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

  • #16
    PHP-Code:
    header("Location:. xyz.php"); 

    Kommentar


    • #17
      @Àchtim

      Danke für Deine Hilfe, klappt aber leider nicht. Es erscheint noch nicht mal eine Fehlermeldung. Es pasiert einfach nichts.

      Hat sonst noch jemand eine Idee?

      Danke und Gruß
      Gismo

      Kommentar


      • #18
        Doch doch das geht, Du hast wohl den punkt "." mit kopiert, oder?

        PHP-Code:
        header("Location: xyz.php"); 

        Kommentar


        • #19
          ???

          Ich habe header("Location:xyz.php"); ohne Punkt eingefügt (hatte ich vorher auch schon), klappt aber wirklich nicht.

          Ich habe sogar an mehreren Stellen eingefügt (natürlich nur einzeln) aber es haut nicht hin.
          Gruß
          Gismo

          Kommentar


          • #20
            ich habs

            So klappt es:

            PHP-Code:
            if (isset($_POST['action']))
            {
            header('location:xyz.php');

            Gruß
            Gismo

            Kommentar

            Lädt...
            X