Receives the JSON object from AJAX call $json_data = file_get_contents("php://input"); // Checks if it's empty or not if( !empty($json_data) ) ...
確定! 回上一頁