how to download file from folder
Posted: Wed Dec 02, 2009 1:19 am
i wish that somebody could teach me on how to download file from folder
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$contents = file_get_contents("/path/to/folder/or/url");