$i=array_map(htmlspecialchars,I('post.')); $n=I('post.','','htmlspecialchars'); dump($i); dump($n); die();