Greetings all:
I'm trying to figure out how I can pull an image from my database and display it on my website. I ONLY WANT A SPECIFIC image that I can call by the id number. I have bigimage and image as fields on a table in my DB. How can I call only specific images instead of using an array or random image display?
I want to display the image(s) on a page called kma_steelo.php
So can I somehow write a line of code like this
echo kma_steelo.php?$bigimage?id=5
echo kma_steelo.php?$image?id=22
Or would it be a line of code like
echo $bigimage.php?id=5
echo $image.php?id=23
??????????????????????????????????????????????????
Thanks.
I'm trying to figure out how I can pull an image from my database and display it on my website. I ONLY WANT A SPECIFIC image that I can call by the id number. I have bigimage and image as fields on a table in my DB. How can I call only specific images instead of using an array or random image display?
I want to display the image(s) on a page called kma_steelo.php
So can I somehow write a line of code like this
echo kma_steelo.php?$bigimage?id=5
echo kma_steelo.php?$image?id=22
Or would it be a line of code like
echo $bigimage.php?id=5
echo $image.php?id=23
??????????????????????????????????????????????????
Thanks.