I have a question about how to retrieve and display an image after searching, lets say a 'keyword' in a search engine. I know how to straight up echo an image, but it's not related to my database. Here is the code i used:
echo "<img src=\"Blob/Dice.jpg\" title=\"Dice\" alt=\"Dice\" />";
What code do i need so that the browser can echo the image after it's searched. Because this code won't work for that. In my database I have the table for the image set to 'pic' and.
If You could give me the code that'd be wonderful.
Thank You
echo "<img src=\"Blob/Dice.jpg\" title=\"Dice\" alt=\"Dice\" />";
What code do i need so that the browser can echo the image after it's searched. Because this code won't work for that. In my database I have the table for the image set to 'pic' and.
If You could give me the code that'd be wonderful.
Thank You