I've got an mySQL database and I'm using htmlspecial chars to format text before insertion... I've got: $firstname= htmlspecialchars("O'brian", ENT_QUOTES,'UTF-8');
And if I echo $firstname;
I get O'brian
How can I convert the value back to normal text?