Kirim var di header php

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