Search results for 'Erase HTML Tags'. 1 post(s) found.
- 2009/08/05 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);
Another posts included in "PHP"
| PHP socket programming to get content with post method (0) | 2009/10/19 |
| PHP function converts new line to BR tag (0) | 2009/11/27 |
| How to delete file on certain path ? (0) | 2008/10/01 |
| ASCII Artwork Generator from image file (0) | 2008/09/23 |
| How to limit by Timeout when opening URL ? (0) | 2008/04/14 |
| How to put timeout when opening URL by fopen ? (0) | 2008/03/31 |
| How to convert W3C Date Time Format ? (0) | 2008/02/28 |

Prev

Rss Feed