$word = array('word 1','word 2',);$link = array('xxxx','yyyy',);$this->post['message'] = str_replace($word, $link, $this->post['message']);