View Single Post
  #2 (permalink)  
Old Mar 28th, 2008, 17:51
Jack Franklin's Avatar
Jack Franklin Jack Franklin is offline
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,268
Blog Entries: 7
Thanks: 10
Thanked 4 Times in 4 Posts
Re: Database and images

Well you save the image to a location eg www.yoursite.com/bills/fred_blogs.jpg

In your database you store the URL.

Then call it like so:
PHP: Select all

(Get data from db and then)
echo 
'<img src="'.$imageURL.'" alt ="Bill" />'
Reply With Quote