Tag Archives: php

PHP: Save image from url

file_put_contents($file_location, file_get_contents($image_url));
Now go get stealing images!

PHP: Get tmp directory

sys_get_temp_dir()
Didn’t know about this function before today.