0

Possible Duplicate:
Decoding numeric html entities via PHP

I have encoding error in the breadcrumbs (view file)

how can I fix that ? php or html ?

input => Madagascar 3: Europe's Most Wanted

output => Madagascar 3: Europe's Most Wanted

I'm using Yii PHP framework ans MySQL

enter image description here

Community
  • 1
  • 1
Abudayah
  • 3,816
  • 7
  • 40
  • 60

1 Answers1

3

You need to use this html_entity_decode

Here is a reference http://php.net/manual/en/function.html-entity-decode.php

mlishn
  • 1,689
  • 14
  • 19