Mike Ford wrote:

On 18 February 2004 16:24, Diana Castillo contributed these pearls of
wisdom:


How do I convert ' to ' before displaying it in HTML?


You don't. That's the browser's job.

Cheers!

Mike


But if you still want to do it: $text = html_entity_decode($text);

--
paperCrane <Justin Patrin>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to