PHP function to convert & into &
Is there a PHP function which will convert characters into HTML
compatible mode, i.e. "&" becomes "&", " " becomes " " and so
on?
--
Alfred Molon
http://www.molon.de - Photos of Asia, Africa and Europe
Re: PHP function to convert & into &
"Alfred Molon" <alfred_molonCANCEL [at] yahoo.com> wrote in message
news:MPG.209033d76109b2e398b416 [at] news.supernews.com...
> Is there a PHP function which will convert characters into HTML
> compatible mode, i.e. "&" becomes "&", " " becomes " " and so
> on?
> --
>
> Alfred Molon
> http://www.molon.de - Photos of Asia, Africa and Europe
Yep, http://de.php.net/manual/en/function.htmlentities.php
Vince