$find = array( 'Vbulletin mods', 'Ugly', ); $replace = array( '<a href="http://www.vbulletin.org">Vbulletin mods</a>', 'not so pretty', ); $this->post['message'] = str_ireplace($find, $replace, $this->post['message']);