note 98168 deleted from function.strip-tags by visualmind
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: marco [atat!] edilizia.com
----
Hey,
don't forget to do this:
$string = str_replace("\t",'',$string);
That removes text TABS!
because especially after using wysiwyg editor (like fckeditor for example) you'll risk to have a very annoying long text from strip_tags.
Hope this helps!
M
www.edilizia.com