View Single Post
Old 02-27-2008, 09:24 AM   #26 (permalink)
flyingbuddha
The Contributor
 
flyingbuddha's Avatar
 
Join Date: Jan 2008
Location: Birmingham, UK
Posts: 60
Thanks: 10
flyingbuddha is on a distinguished road
Default

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"...
__________________
Pro. Geek
http://www.mikeholloway.co.uk
flyingbuddha is offline  
Reply With Quote
The Following User Says Thank You to flyingbuddha For This Useful Post:
Nor (02-29-2008)