|
You have this line:
$link = $array['downloadlink'];
So I think you should have:
header("Location: http://$host$uri/$link");
<edit>
Also $_SERVER['PHP_SELF'] will return the current filename
</edit>
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
Last edited by mgraphic; 10-31-2006 at 12:56 PM..
|