foreach($this->Post as $key=>$val) { $key = strip_tags($key); $val = strip_tags($val); $this->Post[$key] = $val; }