Forum Moderators: coopster
Upload your images in some folder lets say uploadedimages/ and save image name in your database.
When you want to show image on any site just get the image name
<img src="uploadedimages/<? echo $strImageName;?>">
If in any case you have to save image in db use blog but not recommended.
Regards
[edited by: coopster at 8:29 pm (utc) on Jan. 31, 2007]
[edit reason] no personal urls please TOS [webmasterworld.com] [/edit]