Hello,
What I need:
by clicking on the link to my php file (for example download_tutorials.php) a new window will appear with an url address to my tutorials.zip file (the url has to appear in the Internet explorer "Address" bar! Something like "http:www.htmltutorials.net/tutorials.zip").
Once again:
Let's say by clicking on download_tutorials.php (actually opening it) I will see a new window "http:www.htmltutorials/tutorials.zip" + actually another download window will pop up as well ("Save as").
I've tried to use a simple code with "header redirection" (found on Google) it opens a new window but there is no "http:www.htmltutorials.net/tutorials.zip" url in the Interent explorer's Address bar.
Any help appreciated.
Thanks.