ID: 15535 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: Win2000 PHP Version: 4.1.1 New Comment:
Although... I don't see why there shouldn't be unhtmlentities() or whatever. Previous Comments: ------------------------------------------------------------------------ [2002-04-17 01:13:38] [EMAIL PROTECTED] Go read the get_html_translation_table() manual page. ------------------------------------------------------------------------ [2002-04-17 01:08:04] [EMAIL PROTECTED] Sorry i didn't know where to post first, My Comment is ^above^ ! ------------------------------------------------------------------------ [2002-04-17 01:02:06] [EMAIL PROTECTED] I didn't get what i want with Derick's idea. My original String was: Schlenger & Meilhamer and after the procedure with: $trans = get_html_translation_table(HTML_ENTITIES); $str = "Schlenger & Meilhamer"; echo strtr($str, $trans); This is what i get: Schlenger &amp; Meilhamer what i wanted to get: Schlenger & Meilhamer So, This does not work like i want it to. Regards, Maximilian ------------------------------------------------------------------------ [2002-02-13 06:54:47] [EMAIL PROTECTED] I'm closing this, because you can do this: $trans = get_html_translation_table(HTML_ENTITIES); $str = "Hallo & <Frau> & Krämer" $original = strtr($str, $trans); IMO, this does not warrant a new function. See also: http://www.php.net/manual/en/function.get-html-translation-table.php Derick ------------------------------------------------------------------------ [2002-02-13 06:51:01] [EMAIL PROTECTED] I will look into it. I'm not sure about the name though. html_entity_decode($string) ? --Wez. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/15535 -- Edit this bug report at http://bugs.php.net/?id=15535&edit=1