Have a PHP page output a static image

patsfans

New Member
I want a PHP to be able to send 1 of 3 images, depending on a \[code\]$_GET[]\[/code\] parameter. I have the images as three separate PNGs right now, and would like the PHP script to have those embedded in it, then return the specified image. So, I want one PHP script instead of 3 images. Is this possible? I don't need to create special images on the fly, just print out one of those. Thanks!
 
Back
Top