Removing HTML and PHP Tags from a String


Strip HTML and PHP tags from a string with strip_tags(), useful for cleaning user input.

Source Code

$clean_text = strip_tags($input);
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments