Hi guys,
I think my script is right but my host say its wrong...
can you find an issue?
PHP Code:$URL='QUERY_STRING';
<p>The query string is: <?php echo $_SERVER[$url]; ?></p>
<p>Filename: <? echo $_GET['filename'] ?></p>
$url="www.en4cer.co.uk/downloads/".$url
header ("Location: $URL");
<html>
<title>Ades Design</title>
<head></head>
<body>
</body>
</html>

