Hi there,
I user PHP to get information out of my MySQL DB, and echo it to screen as a XML document.
(As I am new to XML, I don't get the PHP/XML parsing bit yet.)
Now, I keep getting problems with entities; my text out of the database contains characters like é, &, ä.
With htmlentities() every character gets replaced, just not the é.
Anyone with experience on this?
Greetz,
Marco