header("location: http://" .$hosts.$paths ) ; suche Alternative zum GET senden

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

  • header("location: http://" .$hosts.$paths ) ; suche Alternative zum GET senden

    suche Alternative um GET-Variablen zu senden.
    erstmal DANKE an dieses Forum fuer den tip: header("location: ".$url )


    do_whatelse_without_echo();
    header("location: " .$hosts.$paths ) ;

    funktioniert bei test-aufruf von zwei servern(bzw url).

    ABER wenn ich das php script vom handy aufrufe ( auch mit zwei verschiedenen! programmen probiert!) wird es ausgefuehrt aber das senden der GET - Variablen in $paths funktioniert nicht :-)
    kann mir nicht vorstellen , dass es an den handy-programmen liegt , weil alles vor header("location: ..) gut funktioniert.

    ich suche also eine Moeglichkeit am ende vom script in jedem fall , GET - Variablen an eine entfernte url zu senden.

  • #2
    Was ergibt denn ein
    PHP-Code:
    echo("location: " .$hosts.$paths ) ; 
    ?
    Ist es ein kompletter Pfad mit
    Code:
    http://hostname/path/to/file.php?var=content
    $_GET Vars kannst du nur via URL an den Server senden. Was anderes gibt es nicht.

    Gruss

    tobi
    Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

    [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
    Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

    Kommentar

    Lädt...
    X