Jump to content

Recommended Posts

i have images in a folder called images

i want to have a script in image.php that will take an image from that folder, (i can do that), and then output it. so more or less, the image link would be image.php rather than the image inside the folder. kinda like a verification image. basicaly i dont want the user to be able to find the image link, i want the script to get the image for them

Link to comment
https://forums.phpfreaks.com/topic/63798-returning-an-image/#findComment-317940
Share on other sites

no, i dont want the html code to return it.

 

you know how you get image verification scripts, they make an image, and then posts it with code like:

 

echo "<img src=\"image.php?image=1\">";

 

i need it to instead of make an image, it grabs it from the images folder. and then the script is the actual image

Link to comment
https://forums.phpfreaks.com/topic/63798-returning-an-image/#findComment-317949
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.