";
$iCount++;
} //-- if is product data file
} //-- while more files
echo "
TIP:
You can specify a product to edit using a 'query string' in the
URL for this page. For example, you could type
http://www.retrovox.com.au/product-data/display-product-tabular.php?product=62
in your browsers address-bar in order to view the product with the id 62
";
exit;
} //-- if no product
if (!file_exists($sFilePath))
{
echo "
Retrovox Product Display, (The item doesn't exist)
${S-RETROVOX-TITLE-IMAGE-HTML}
The item doesn't exist
There is no product on the Retrovox site with the product-id which
you just specified. Please try again
";
exit;
} //-- if product doesnt exist
if (!is_readable($sFilePath))
{
echo "
Retrovox Product Display, (The product file is not readable)
${S-RETROVOX-TITLE-IMAGE-HTML}
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);
//--<--<--<--<--<
?>
Edit Retrovox Product Information
=${S-RETROVOX-TITLE-IMAGE-HTML}?>