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 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 your suggestions ... > > Why do you need it to be anything to do with PHP? You need to tell us more > information, because plain HTML like this works fine: > > <a href="myfile.csv">Click here to download the CSV file</a> > > ...but I assume you want to restrict file downloads to only logged in users, > or you wish to count the number of downloads, or something else?? > > > Justin French > -------------------- > http://Indent.com.au > Web Development & > Graphic Design > -------------------- > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php