To create an HTML form that submits an array as a form parameter, you can use the name attribute of the input element and ... $colors = $_POST['colors']; ...
確定! 回上一頁