include "shop-head.phtml";
include "shop-variables.phtml";
include "look.phtml"; ?>
if(isset($f_strProductID))
{
$f_strProductID = urldecode($f_strProductID);
$strSQL = "SELECT ProductName, picture_url FROM tblProduct WHERE ProductID = '\\|$f_strProductID\\|'";
$sclResultID = $g_objDB->GetFirstRowOfSet($strSQL, &$ascProdResult, SQL_GET_ROW_COUNT, "Get all Shop Product data");
if((!$g_objDB->HasError()) && ($g_objDB->GetRowCount($sclResultID) > 0))
{
?>
Go back to previous page
print ($ascProdResult['ProductName']) ?>
; ?>)
Go back to previous page
$g_objDB->FreeResults($sclResultID);
}
else
{
?>
Error : Product Image not found!
}
}
?>