Hi there,
I have a site where I call images from another server. The image filenames are stored in my DB and I just add the rest of the path to each image dynamically in my php page.
Now the people providing the images are whining a bit.
Is there anyway, without downloading all the images and then uploading them to my server, everytime I update my DB, to cache those images and not have to call them from their server?
Thanks