Hello David!
As I understand, the HTML title of the products, created by this code:
<?php $header["title"] = htmlentities($q,ENT_QUOTES,$config_charset);?>
Is there a way for it to be the same as the the text that appears in <h3></h3>?
<h3></h3>
Hi,
Sure - use:
$header["title"] = htmlentities($product["products"][0]["title"],ENT_QUOTES,$config_charset);
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi,
Sure - use:
$header["title"] = htmlentities($product["products"][0]["title"],ENT_QUOTES,$config_charset);
Cheers,
David.
--
PriceTapestry.com