PHP Upload file from URL
Posted: Sat Jan 05, 2013 9:39 am
Do you know only one line of code will upload a image or file from a URL?
check this out:
Please give your comments about this program friends.
check this out:
Code: Select all
file_put_contents("uploads/$name", file_get_contents($url);