News:

Dolphin Computers Ltd., is a leading IT product and service provider company in Bangladesh.

Main Menu

Remove HTML Tag from a PHP String

Started by bbasujon, January 22, 2012, 07:41:47 AM

Previous topic - Next topic

bbasujon

To remove all the HTML tags from your PHP string we can easily use strip_tags ($YourStrings) or preg_replace ('/<[^>]*>/', '', $YourStrings)
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection