display image in search result

So my image is uploaded to a folder and the path stored in MySQL, now I’m trying to get the image to display in the search result and just don’t know what to do with this section of code to make that happen.
so here are my tables I echo to be displayed, it’s the last row I need to display the image.

 <td>".$rows['id']."</td><td>".$rows['part_number']."</td><td>".$rows['model_number']."</td><td>".$rows['serial_number']."</td><td>".$rows['part_manufacture']."</td><td>".$rows['part_available']."</td><td>".$rows['part_quantity']."</td><td>".$rows['part_condition']."</td><td>".$rows['part_image']."</td>

The search results display fine right now except the part_image displays the path to the image instead of the actual image!

Sponsor our Newsletter | Privacy Policy | Terms of Service