Miller, Terion wrote:
> 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....
> 

Does the filename include the path?  Does the image with said filename
actually exist in that path?

-- 
Thanks!
-Shawn
http://www.spidean.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to