/ Published in: PHP
Expand |
Embed | Plain Text
// Convert word special characters function word_annihilator ($text){ '/_/' , '/_/' , "#&\#8201;#si" ); '\'' , '...' , " " ); return $text; }
You need to login to post a comment.
giak on 01/13/10
1 person have marked this snippet as a favorite
// Convert word special characters function word_annihilator ($text){ '/_/' , '/_/' , "#&\#8201;#si" ); '\'' , '...' , " " ); return $text; }
You need to login to post a comment.