ID: 5975 Updated by: [EMAIL PROTECTED] -Summary: enhancement of strip_tags needed Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Solaris 2.6 PHP Version: 4.0 New Comment:
updating summary. Previous Comments: ------------------------------------------------------------------------ [2001-02-10 14:21:41] [EMAIL PROTECTED] refiled against 4.0. ------------------------------------------------------------------------ [2000-08-04 20:51:01] [EMAIL PROTECTED] Because I'd like to strip much less tags than I'd like to remain in the HTML file (and I suppose there are more people who would like such a feature) I'd suggest to accompany strip_tags with its counterpart: string strip_tags (string str [, string allowable_tags]) in the following way (more or less): string strip_some_tags (string str [, string not_allowable_tags]) or enhance strip_tags in order to allow only these tags which are not allowed to exist in the resulting string. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=5975&edit=1