I am trying to get an image to display but I get nothing if done like this:
<tr>
<td>Scout Photo:</td>
<td><img src="<?php echo $row['ePhoto'];?>"></td>
</tr>
If I just echo the field I do get the file name....
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

