1) How can PHP be used to cloak/hide headers? 2) IF i have file 1.php that has the code header("Location:file2.php?var=$x"); and the file2.php outputs header("Location: $value"); ..... what will the referrer show as? file1.php or file2.php Thanks in advance!