In the example.php file, have it like this:
<?
$id=$_GET["id"];
header("Location: "exampledir/example.php?id=$id");
?>
Just make sure that the above statements go right at the top of the script file, before any output is release to the browser. Remember, not even an empty space or a newline must come before them. Http procotols.
Quote:
|
Originally Posted by jasperma
|