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