/ Published in: PHP
A function to remove tags and to also remove excess spaces.
Expand |
Embed | Plain Text
function stripTagsAmendSpaces($str) { }
You need to login to post a comment.
donkeykong on 10/21/08
html strip String tags remove utility
1 person have marked this snippet as a favorite
A function to remove tags and to also remove excess spaces.
function stripTagsAmendSpaces($str) { }
You need to login to post a comment.