how to download file from folder
Moderator: General Moderators
-
green_coder
- Forum Newbie
- Posts: 7
- Joined: Mon Oct 26, 2009 1:40 am
how to download file from folder
i wish that somebody could teach me on how to download file from folder
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: how to download file from folder
Code: Select all
$contents = file_get_contents("/path/to/folder/or/url");