Quote:
Originally Posted by SilentSpic
Damn, I made it thus far but still don't know where to implement the above code. I am already protected my images buy using htaccess and only giving access to images on certain sites like this one. (Actually giving access to site gfy.com) Anywho, I just would like to open images on php instead of opening on browser. Eventually I would like to put a link above the image. If payment is what you want, so be it. So back to my original question, do I place the above code on all of my php pages?
|
If all you want to do is have php deliver the image then that is actually pretty simple to do. But I am confused as to what you are asking when you say "I just would like to open images on php instead of opening on browser".
The browser is always making the call to the server, delivering the image via a php script still displays the image in the browser.
What exactly are you trying to accomplish with this? It originally looked to me like you were just trying to add a header and a footer to an image (watermarking it in essence)
But, now I am thoroughly confused
.