Posted on Friday 7th of December 2007 at 06:11 in Web Development

HTML character encoding with PHP made easy

While digging around in my development area I found a handy PHP function that has probably been overlooked by many - so I thought I'd document it quickly.

Supposing you've got a string (called $mystring) that has a lot of unusual characters in it, it'd be helpful to convert them all to their HTML entities. I stumbled across this when dealing with forms where users would enter content in their native format (Croatian, Czech, etc) and it needed to be HTML encoded for database reasons. Clearly doing a character-by-character str_replace would be problematic so you need a way to convert them all.

$mystring = mb_convert_encoding($mystring, 'HTML-ENTITIES', 'UTF-8');

So we have $mystring that has a lot of nasty characters in it, by running it through the above function it converts all UTF-8 characters into their HTML entities. Which can be quite helpful.

 

Enjoy this article? Why not subscribe to the full RSS feed?

blog comments powered by Disqus
Who is Seopher?

This is me. I'm a 26 year old web developer, blogger and entrepreneur from near London.

I've done work for people like Samsung, Vauxhall, Cadburys, Chevrolet, Center Parcs and TKMaxx.

I've been running this blog since 2006 and have reached more than 1.3 million readers, so feel free to say hi.

Seopher
Subscribe to the RSS Feed

Stay up to date with Seopher.com by subscribing to the RSS feed, either in your browser or subscribe via email using the form below

Updates by Email

By subscribing by email you’re also subscribing to the Seopher.com newsletter; a periodical email outlining new reviews, competitions and other subscriber-only content

  • Top Earning Team
  • dreamhost
  • buy 125x125 advert for $50 pcm
Want to give your product/website exposure?

Paying for a featured review is a great way to give your product, service or website exposure. For as little as $75 you can have a full review on the site forever.

Advertising Bundle! Review + Banner = $100

Buy a review and get a 125x125 advert half price. Your banner gets displayed on over 526 pages for a full month.