phpbar.de logo

Mailinglisten-Archive

[php] htmlentities

[php] htmlentities

Markus Wolff php_(at)_phpcenter.de
Mon, 01 Oct 2001 21:09:22 +0200


Am Mon, 01 Oct 2001 20:36:22 +0200 schrieb "Andreas Bender" <andreas_(at)_ldknet.=
org>:

> Wie bekomme ich es denn nun hin, da=DF alle HTML-Tags im Browser auch
> ausgef=FChrt werden UND NUR die von mir eingegebenen =C4,=D6,=FC... als &=
uuml;
> an den Browser gehen?

Schnellschu=DF:

function gibMirUmlaute($str)
{
    $str =3D str_replace("=E4", "&auml;", $str);
    $str =3D str_replace("=F6", "&ouml;", $str);
    $str =3D str_replace("=FC", "&uuml;", $str);
    $str =3D str_replace("=C4", "&Auml;", $str);
    $str =3D str_replace("=D6", "&Ouml;", $str);
    $str =3D str_replace("=DC", "&Uuml;", $str);
    $str =3D str_replace("=DF", "&szlig;", $str);

    return $str;
}

Gru=DF,
 Markus

--=20
*21st Media*    | Consulting, Konzeption, Produktion f=FCr die Bereiche:
Markus Wolff    | Internet, Intranet, eCommerce, Content Management,
Hamburg,Germany | Softwareentwicklung, 3D-Animation, Videostreaming
http://21st.de  | Tel. [+49](0)40/68879490, Fax: [+49](0)40/68879491



php::bar PHP Wiki   -   Listenarchive