Image upload

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

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

    Comment


    • #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

      Comment


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

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

        Comment


        • #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

          Comment


          • #20
            ich habs

            So klappt es:

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

            Gruß
            Gismo

            Comment

            Working...
            X