$search = array('this1','this2',);$replace = array('that1','that 2',);$this->post['pagetext'] = str_replace($search, $replace, $this->post['pagetext']);