"; include'content/header.php'; //get SUIT PRICE include'vars.php'; $price_result = Execute_Query("SELECT Price FROM tblProducts WHERE PartNumber LIKE 'XS001%'"); define(PRODUCT_PRICE,"$ ".number_format(mysql_result($price_result,0,0),2)); ?>