You just forgot to pass argument by reference : $postCopy = $_POST['adminpanel']; array_walk($postCopy, function(&$v, $k) { $v = ''; });.
確定! 回上一頁