Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image source redirection (or something)

Status
Not open for further replies.

rastkocvetkovic

Programmer
Aug 11, 2002
63
SI
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=&quot;server/service.exe?x=123.23&y=134.63&quot;></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=&quot;something.gif&quot;>.
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top