Guest User

Untitled

a guest
Jun 24th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $data['comment'] = $this->input->post('comment', TRUE);
  2. $data['author'] = $this->input->post('author', TRUE);
  3.  
  4.  
  5. $this->input->xss_clean($data);
Add Comment
Please, Sign In to add comment