Hey,
If I have for example a word like this :
$badword = "*uck";
How can I use the ereg_replace so that it not only replaces uck but also buck and tuck and stuck for example?
I'm guessing something like this would be best, but me and patterns are not a perfect match! :bemused:
ereg_replace($badword,"****",$message);
Thanks agian!
James