Jump to content

Suppress html parsing of special characters


rohitbanerjee

Recommended Posts

Hey guys,

 

So when I put the following line of php on an html page:

echo '&reg';

 

I get the 'Registered' symbol. How do I turn this off? What is happening is that it is part of a longer string that represents an url and the URL is not rendering correctly due to the special character.

 

Thanks

I must admit, I didn't read your entire post.  As ManiacDan said, use urlencode for URL's.  And while htmlspecialchars() will work, it could break URL's in other instances and is not ideal for URL's.  Straight text, yes, htmlspecialchars() is the choice (of most).

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.