/ Published in: PHP
Remove specific words from a string
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function stripCp($string ) { foreach($wordlist as $word) { } return $string; }