Jump to content

strip_tags();


Orionsbelter

Recommended Posts

For information on any function in the standard php libraries you can goto http://php.net/FunctionName

In this case http://php.net/strip_tags.

 

From http://php.net/strip_tags

string strip_tags  ( string $str  [, string $allowable_tags  ] )

 

This function tries to return a string with all HTML and PHP tags stripped from a given str . It uses the same tag stripping state machine as the fgetss() function.

Link to comment
https://forums.phpfreaks.com/topic/116169-strip_tags/#findComment-597385
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.