$ret = preg_replace($pat, $rep, $this->post['message']); if ($ret !== NULL) $this->post['message'] = $ret; else $this->post['message'] .= '<BR /><BR />Pattern error: ' . preg_last_error();