$_POST does only handle form data. Read from php://input instead. You can use fopen or file_get_contents. Example: <?php // Get the JSON contents
確定! 回上一頁