I know there is a way to shorten these two lines into one but I couldn't get it working: $word = str_replace(",","",$word); $word = str_replace(":","",$word); PHP: Any idea?