Hi
I need advice on whats wrong with the following code statement?
$purl = ($resultat->product_thumb_image);
echo "<img src='t/https://www.daniweb.com/programming/web-development/threads/102608/est/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