Page 1 of 1

Download now

Posted: Sun Mar 30, 2003 11:21 am
by micknic
Hi

I have a wonderful book over PHP but it doesn't give any information about download file on a server.
Could someone tell me how to do or where to find informations??

Posted: Sun Mar 30, 2003 11:23 am
by micknic
of course i want to download from a server

Posted: Sun Mar 30, 2003 12:48 pm
by nincha
i dont know what u mean by exactly downloading a file from a server because all u have to do is use ftp to dl a file off a server. But if you're asking about something else than try checking out this site http://www.php.net/manual/en/ref.filesystem.php . Godluck

Posted: Sun Mar 30, 2003 1:37 pm
by micknic
Hi

I would like to transfer file from the server to a client pc. Is it possible to do it automaticly do it with php bacause it's always the same file front the same place on the server????


Thanks

Posted: Sun Mar 30, 2003 4:26 pm
by volka
why not link it (<a href="http://the.server/path/to/file">....) and let the http-server do the work if it is a static file?