Re: [PHP] download hyperlink
>Does anyone know how I can set a hyperlink to a file so that someone can >download the file instead of viewing it in the browser? Please let me >know. Thanks. You want the Content-Disposition header, see the HTTP spec. - micha
[PHP] download hyperlink
Does anyone know how I can set a hyperlink to a file so that someone can download the file instead of viewing it in the browser? Please let me know. Thanks. Matt