PDA

View Full Version : Quick help plz


_
Mon 8th Jan '01, 11:17pm
How would I link: http://www.dummy.com/?file=1 to a file (www.dummy.com/files/dummy.zip)

?

Dennis Wrenn
Tue 23rd Jan '01, 7:53pm
<?php
if($file == 1)
{
echo(
"<SCRIPT>\n" .
"location.href=\"files/file.zip\";" .
"\n</SCRIPT>");
}
?>