pityocamptes
05-23-2015, 11:52 PM
Basically would I would like to do is everytime my main forum is brought up, I would like a function to call a php file (in a side box forum widget) save an image from a specific url and post it back in the widget box. Basically, trying to do a few things...
The image I need to get is an image from a third party web site that runs HTTP. I run HTTPS and I am getting mixed content warnings. Basically, I would like to have a php function that calls this image, saves it to a folder in my server, and then the widget calls the url from my server so that I can avoid the mixed content. The image on the third party site does change from time to time, and that is why I need it called basically when the site loads... hope that makes sense. Thanks.
The image I need to get is an image from a third party web site that runs HTTP. I run HTTPS and I am getting mixed content warnings. Basically, I would like to have a php function that calls this image, saves it to a folder in my server, and then the widget calls the url from my server so that I can avoid the mixed content. The image on the third party site does change from time to time, and that is why I need it called basically when the site loads... hope that makes sense. Thanks.