Displaying images through paths

Hi,

The newbie setup: I have a database table (‘Employees’) with Three columns (‘Empid’, ‘Emppic’, ‘Empinitials’). The value of ‘Emppic’ is a path to an image on my server.
Newbie question: How do I query the table to display it, with the emppic column actually displaying the images?

I know to print just one image it would look something like
[php]

<?php $ImgValue = $row["imgSelectedPath"]; ?>

[/php]

But I want to return the whole table. Thanks for any help.

Sponsor our Newsletter | Privacy Policy | Terms of Service