Search results for 'Erase HTML Tags'. 1 post(s) found.

  1. 2009/08/05 How to remove HTML tags in text string?
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.