02-27-2008, 09:24 AM
|
#26 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Birmingham, UK
Posts: 60
Thanks: 10
|
Nor, you could do a:
PHP Code:
$data = file_get_contents('image.jpg')
and store $data in the record, then using the correct headers, output the data in a script - that way the image will be output. All you need to do then is call that script using <img src="script.php"...
|
|
|
|