i fogrot to make it a html document and add the tag in now it goes to the file but nothin happens it just sits there this is wut i have for the link
<center><a href=/C:\humpy\ps2\manuals\link.php? jumpto="upload.html"/>Send Me Your Manuals</a><br>
(i am testing this on my comp before i upload it)
and in the link.php i have this
<?
setcookie ('PS2Manuals', $_GET['jumpto'], time()+60*60*24);
header ("support.html": $_GET[jumpto]");
?>
<html>
<body>
</body>
</html>
does anybody see the problem there????