Hi derekburrows,
If its the URl then easy. Just read the table get the url into a variable and use it with an image tag to display the image.
<?php
$imgUrl = 'URL taken from the table'
?>
<img src="<?php echo $imgUrl; ?>" width="" height="" />
Hope this helps,
Regards,
Niroshan