Envoyer VAR dans l'en-tête PHP

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