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...