/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Convert word special characters function word_annihilator ($text){ '/_/' , '/_/' , "#&\#8201;#si" ); '\'' , '...' , " " ); return $text; }