If you want to receive application/json post data in your script you can not use $_POST. $_POST does only handle form data. Read from php://input instead. You ...
確定! 回上一頁