i having problem doing a echo with <img> , the image do not seems to able to display although there is not error message. please advice... thanks for your help.
$pic = $row["img"];
echo "$count.) $title, $price" ;
echo '<img src="site_images/$pic" border=0>';