best php method of getting images from a url and saving?
Posted
by Haroldo
on Stack Overflow
See other posts from Stack Overflow
or by Haroldo
Published on 2010-03-25T00:07:43Z
Indexed on
2010/03/25
0:13 UTC
Read the original article
Hit count: 596
php
I want to allow users to put in am img url instead of uploading an image, the image would then go through my thumbnailing class.
Is file_put_contents the best method?
© Stack Overflow or respective owner