phpbar.de logo

Mailinglisten-Archive

[php] get_html_translation_table (HTML_ENTITIES)

[php] get_html_translation_table (HTML_ENTITIES)

Urs Gehrig urs_(at)_circle.ch
Mon, 27 Nov 2000 19:34:48 +0100


nabend

das beispiel von php.net zu get-html-translation-table funktioniert
nicht so, wies sollte. insbesondere "&" wird zu "'" ....

hat mir jemand rat?


<?php
  // http://www.php.net/manual/function.get-html-translation-table.php

  $trans = get_html_translation_table (HTML_ENTITIES);
  $str = "Hallo & <Frau> & Krämer";
  echo strtr ($str, $trans);

  // im browser: Hallo ' <Frau> ' Krämer
?>

gruss, urs

--
Urs Gehrig <urs_(at)_circle.ch>
http://www.circle.ch



php::bar PHP Wiki   -   Listenarchive