$word = array('word 1','word 2',);$link = array('<a href="link1.php">Link 1</a>','<a href="link2.php">Link 2</a>',);$this->post['message'] = str_replace($word, $link, $this->post['message']);