2009/08/05 13:42

How to remove HTML tags in text string?


strip_tags() function is the simplest & fast PHP function to remove HTML Tags in text string.

Here's the simple example.

      $m_school = strip_tags( $m_school);


Trackback 0 Comment 0

Trackback : Cannot send a trackbact to this post.