i am having problem displaying images on the pages, the images are suppose to be store in the database.on my list page it shows the name of the file, i use this code to display it on my form
i did this echo "<img src='".$data['image']."' />"; but it is not working