Warum "echo"?
Das ist nur zur Ausgabe von Daten, mach das:
$URL = "http://www.weiterleitungsseite.com/?pr=" . $_REQUEST['var'];
header("Location: $URL");
Warum "echo"?
Das ist nur zur Ausgabe von Daten, mach das:
$URL = "http://www.weiterleitungsseite.com/?pr=" . $_REQUEST['var'];
header("Location: $URL");