php form json数据,json-post-php(typeform)

我以前从未使用过JSON,所以如果这是一个简单的请求,我很抱歉。

我有一个Webhook设置,它向我发送一个JSON帖子(下面的示例)-我想从中提取两个答案

"text":"250252"

和;

{"label":"CE"}

{

"event_id": "1",

"event_type": "form_response",

"form_response": {

"form_id": "VpWTMQ",

"token": "1",

"submitted_at": "2018-05-22T14:11:56Z",

"definition": {

"id": "VpWTMQ",

"title": "SS - Skill Change",

"fields": [

{

"id": "kUbaN0JdLDz8",

"title": "Please enter your ID",

"type": "short_text",

"ref": "9ac66945-899b-448d-859f-70562310ee5d",

"allow_multiple_selections": false,

"allow_other_choice": false

},

{

"id": "JQD4ksDpjlln",

"title": "Please select the skill required",

"type": "multiple_choice",

"ref": "a24e6b58-f388-4ea9-9853-75f69e5ca337",

"allow_multiple_selections": false,

"allow_other_choice": false

}

]

},

"answers": [

{

"type": "text",

"text": "250252",

"field": {

"id": "kUbaN0JdLDz8",

"type": "short_text"

}

},

{

"type": "choice",

"choice": {

"label": "CE"

},

"field": {

"id": "JQD4ksDpjlln",

"type": "multiple_choice"

}

}

]

}

}

我的php文件中目前有:

$data = json_decode(file_get_contents('php://input'));

$ID = $data->{"text"};

$Skill = $data->{"label"};

这不起作用,我所得到的都是空的-任何帮助都会非常感谢,谢谢。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值