Hi friends,
can any one please help me on this...
I have a generator.php on a server(A), which gets an image from that server with an id given to the page. I have a data.php in another server(😎 and I want to save the image on the server A in B by calling the generator.php in the data.php, by using some method like file_get_contents('serverA/generator.php?id-245'), This method works perfectly if we are trying to get some text information instead of an image.
Can anyone please advise on how to do this with an image , or how to send and save images using http..
Thanks in advance 🙂