Hi,
I have a redirect in PHP like this
header('Location: http://www.mattm591.com'.$dlfile);
This links to a .sql file, but my problem is that it just shows it on the screen and I want it to tell the browser to download it. How can I do this?
Thanks,
Matt