[PHP] Re: Download function for php

2001-07-09 Thread George Whiffen
Mark Lo wrote: > > Hi, > > Is there any php download function for php. I am asking is the one like > downloading the file from the server when people click the link. Like > downloading php sources tar file. > > Thank you > > Mark No download function that I know of, but it isn't hard to

[PHP] Re: Download function for php

2001-07-09 Thread Chris Lee
why do you need a function for this ? why dont you just make a link to the file ? some_src as long as some_src.tgz is in the web root this will work. and if the file is not in the web root, then why are you downloading something from the web not int the web root ? make a symbolic link from the