Re: [PHP] How do i provide Download facility ??

2002-11-27 Thread Brian McGarvie
Perhaps he wants to track downloads of files and obscure the physical locations... "Justin French" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > > I am a newbie in this PHP world. I was just looking around for > > information on Download of files usin

Re: [PHP] How do i provide Download facility ??

2002-11-26 Thread Justin French
Hi, > I am a newbie in this PHP world. I was just looking around for > information on Download of files using PHP. > I need to provide link/button, by clicking which a user can download a file > (Say a CSV file..). Does PHP provide any class or methods to achieve the > same...? Looking forward fo

Re: [PHP] How do i provide Download facility ??

2002-11-26 Thread Chris Shiflett
--- Venkatesh Hosur <[EMAIL PROTECTED]> wrote: > I was just looking around for information on Download > of files using PHP. I need to provide link/button, by > clicking which a user can download a file (Say a CSV > file..) The best solution, in my opinion, is just to use a straightforward HTML l

[PHP] How do i provide Download facility ??

2002-11-26 Thread Venkatesh Hosur
Hello, I am a newbie in this PHP world. I was just looking around for information on Download of files using PHP. I need to provide link/button, by clicking which a user can download a file (Say a CSV file..). Does PHP provide any class or methods to achieve the same...? Looking forward for