Posted by JDS on 05/15/06 19:11
On Mon, 15 May 2006 10:00:26 -0400, Richard Heinz wrote:
> ne filed or column in the database has the
> location (directory/filename) of picture.
If the "directory/filename" is web-accessible, just put it in an IMG tag:
<?php
echo '<img src="$row['filename']">';
?>
Or similar
--
JDS | jeffrey@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/
Navigation:
[Reply to this message]
|