Welcome Guest, Not a member yet? Register   Sign In
show image
#2

[eluser]jentree[/eluser]
I personally would not store the actual image in the database unless there is good reason.
I would store the file name ('myimage.jpg") then in your view:

Code:
<img src="/path-to-your-image/&lt;?php echo $data['filename']" />

...Something like that.


Messages In This Thread
show image - by El Forum - 05-02-2011, 01:47 PM
show image - by El Forum - 05-02-2011, 09:32 PM
show image - by El Forum - 05-03-2011, 02:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB