$find = "_"; $replace = " "; $this->post['message'] = str_replace($find, $replace, $this->post['message']);