You did not specify any product to display (using the product-id)
Please try again.
You can specify a product to display using a query string in the
URL for this page. For example, you could type
http://www.retrovox.com.au/product-data/display-product.php?product=62
in your browsers address-bar in order to view the product with the id 62
View All Product Files (XML)
";
return;
} //-- if no product
if (!file_exists($sFilePath))
{
echo "
Retrovox Product Display, (The item doesn't exist)
The item doesn't exist
There is no product on the Retrovox site with the product-id which
you just specified. Please try again
View All Products
";
return;
} //-- if product doesnt exist
if (!is_readable($sFilePath))
{
echo "
Retrovox Product Display, (The product file is not readable)
The product file is not readable
The file containing the data for the product which you specified
is not readable. The permissions for this file will need to be
altered by the system administrator
";
return;
} //-- if product file not readable
//$aaProductData = parse_ini_file($sFilePath);
//echo "short-description=".$aaProductData["short-description"];
$sProductData = implode('', file($sFilePath));
$aaProductData = fnRetrovoxParseXml($sProductData);
//--<--<--<--<--<
?>
Retrovox Product Information
-->-->-->-->-->-->-->
foreach ($aaProductData as $key => $value)
{
echo "