$postvalue = array("a", "b", "c"); $postvalue = base64_encode(serialize($array)); // Your form hidden input <input type="hidden" ...
確定! 回上一頁