Re: [PHP] Download Link !

2005-03-25 Thread maillists
On Friday 25 March 2005 14:25, [EMAIL PROTECTED] wrote: Hello, When I purchased a website template from templatemonster.com, they sent the download link to my email, this link was active for only 2 or 3 days then it became inactive. Now I'm writing a script for selling website templates,

Re: [PHP] download link

2002-06-11 Thread Adam Voigt
You mean like: ?php $file = whatever.exe; echo a href=\downloads/$file\Get This File/a; ? Which would make a download link for downloads/whatever.exe in HTML? Adam Voigt [EMAIL PROTECTED] On Tue, 2002-06-11 at 11:43, Kris Vose wrote: are there any php functions that handle downloads? For