↧
Answer by David Normington for Caching images locally from external json feed
You can use file_get_contents to grab the image data and file_put_contents to save the image to your file system. Then modifying the JSON is as easy as changing the value in the JSON decoded array,...
View ArticleCaching images locally from external json feed
I'm currently working on a site that uses wordpress feeds to display posts. All seems to be working fine, however, the page load is very slow. I have implemented my own caching which means the the...
View Article