Let's say I have a database that has an "ID" field and "Image" field. When I display an image on the page instead of showing <img src="myimage.jpg"> I want to show something like <img src="image.php?ID=1234>, where "1234" corresponds to the id of an image in the database. How can I do it?