rastkocvetkovic
Programmer
Regards!
I have a server and a service (page) on it, that recieves GET.X and GET.Y coordinate and returns a gif image.
A client page therefore looks simply like this:<some html> <img src="server/service.exe?x=123.23&y=134.63"></some html>.
Now, I don't want for the visitors to see that the gif was dinamically generated from some other server, I wish it was simply <img src="something.gif">.
What are my chances? Should I upon request copy from the gif file from service server to my local server and than show the picture? How could I do that using PHP functions? Any ideas? Thank you for your answer in advance.
I have a server and a service (page) on it, that recieves GET.X and GET.Y coordinate and returns a gif image.
A client page therefore looks simply like this:<some html> <img src="server/service.exe?x=123.23&y=134.63"></some html>.
Now, I don't want for the visitors to see that the gif was dinamically generated from some other server, I wish it was simply <img src="something.gif">.
What are my chances? Should I upon request copy from the gif file from service server to my local server and than show the picture? How could I do that using PHP functions? Any ideas? Thank you for your answer in advance.