ID: 21311 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Strings related Operating System: WinXP PHP Version: 4.3.0 New Comment:
Fixed in CVS Previous Comments: ------------------------------------------------------------------------ [2002-12-31 07:32:40] [EMAIL PROTECTED] $str1 = "Hello <!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"> World."; $str1 = strip_tags($str1); After this $str1 contains only 'Hello' and not 'Hello World.' ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21311&edit=1