Symmetry1618
New Member
I want to store image links into a database and then echo them onto a page.... Is this possible and how do I do it? (echo the actuall images and not the image link)As you can see my code echo's out: The $link, $description and $title. I want to add another element which echos $imagelink.\[code\]echo "<div class=\"pagination\" style=\"display:inline\"><ul style=\"background-color:#\"><li><div class=\"span3_search\"><h2><a href='http://stackoverflow.com/questions/15735450/$link'><b>$title</b></a></h2><br><img id=\"result_img\" src=http://stackoverflow.com/"img/lvmo.png\" /><br />$description<br /><a href='http://stackoverflow.com/questions/15735450/$link'>$link<br /><br /></a><p></div></li></ul></div>";\[/code\]