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
Alfred Molon [ Mi, 18 April 2007 14:56 ] [ ID #1691371 ]

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
Vince Morgan [ Mi, 18 April 2007 15:14 ] [ ID #1691375 ]
PHP » alt.php » PHP function to convert & into &amp;

Vorheriges Thema: i'm such a noob...
Nächstes Thema: include_path ?