how to download file from folder

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
green_coder
Forum Newbie
Posts: 7
Joined: Mon Oct 26, 2009 1:40 am

how to download file from folder

Post by green_coder »

i wish that somebody could teach me on how to download file from folder
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: how to download file from folder

Post by John Cartwright »

Code: Select all

$contents = file_get_contents("/path/to/folder/or/url");
:?:
Post Reply