Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Special charcter remove


Peper

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...