March 2002
Intermediate to advanced
528 pages
21h 29m
English
strip_tags
string strip_tags(stringstring[, stringallowed])
Removes PHP and HTML tags from string and
returns the result. The allowed parameter
can be specified to not remove certain tags. The string should be a
comma-separated list of the tags to ignore; for example,
"<b>,<i>" will leave bold and italics
tags.