I want clear $_POST array content fully, all examples what I see in internet, looks like this:if (count($_POST) > 0) { foreach ($_POST as $k=>$v) ...
確定! 回上一頁