Hi
I need advice on whats wrong with the following code statement?
$purl = ($resultat->product_thumb_image);
echo "<img src='test/image/products/".$purl.".jpg'/>";
$purl is a dynamic variable that should return the ID of the image. i.e. 12DE
somehow the echo fails and it does not display the image.
Any advice? Tks