Image loading

Posted on 16th Feb 2014 by admin

Hi Developers,

I'm trying to display an image from images/image.gif getting the url from mysql database.The problem I just can't load the image the url.

Code:
$image_url = "images/image.gif";

$display .= "<image scr="$image_url " />";

I thank you in advance

Other forums