This topic is locked

displaying image

2/21/2014 4:39:41 PM
PHPRunner General questions
U
U.M.Mbanaso author

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

can i get a good way of doing it thanks inadvance

Sergey Kornilov admin 2/22/2014

You need to explain what "not working" means. Dig into generated page source code and show us what exactly it prints.