Hi,
I can't seem to find how to code my pages to allow users to download files from my site. Please tell me where to find this information or what the code is. I have been looking through all of my PHP books and can't find it anywhere. It seems like it should be very simple but I am stumped, thanks for the help.
Setting up files for download on my PHP site
Moderator: General Moderators
a little more
for ex
the browser should be smart enough to realize that you want to download the files.
Of course it could depend a little on your server configuration but it shouldn't be an issue.
phpscott
Code: Select all
<a href="myfile.zip">my file dot zip</a>Of course it could depend a little on your server configuration but it shouldn't be an issue.
phpscott
it happens to all of us
It happens to all of us.
I just spent 15 mins trying to figure out why something wan't printing only to realize I had put the print statement after my return statement
do'h
I just spent 15 mins trying to figure out why something wan't printing only to realize I had put the print statement after my return statement
do'h