<?php $spam = array("זבל", "כלב"); $text = str_replace($spam,"צונזר",$_POST['username']); echo "Hello, ".$_POST['username']; ?>