Peper Posted February 1, 2010 Share Posted February 1, 2010 Need some help/advice Wanted to know if there is a file to define special characters or to rename them to something else e.g. The code taken of rss.php: echo ' <title>' . htmlspecialchars(tep_get_products_name($products_new['products_id'])) . '</title>'. "\n"; So in my title there shows up In a another instance same file it's cleaned somehow echo ' <description>' . htmlspecialchars($products_new['products_description']) . '</description>' . "\n"; Any help please Getting the Phoenix off the ground Link to comment Share on other sites More sharing options...
Peper Posted February 1, 2010 Author Share Posted February 1, 2010 Need some help/advice Wanted to know if there is a file to define special characters or to rename them to something else e.g. The code taken of rss.php: echo ' <title>' . htmlspecialchars(tep_get_products_name($products_new['products_id'])) . '</title>'. "\n"; So in my title there shows up Any help please Sorry for posting twice :blink: Getting the Phoenix off the ground Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.