Hello !
I have a small problem, how to make a php script return an image, given the path in the db
like
I want the script image.php?id=726
to return an image path stored in the db under the id 726.
I tried to look up the documentations but there for each type I should make other function and it's not working well.
Thanks in advance