Wyślij var w nagłówku php

<?php
    $user = "batman";
    header("Location:temp.php?user=".$user);
    exit();
?>
Silly Seahorse