第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

php使用post方法說(shuō)參數(shù)丟失

php使用post方法說(shuō)參數(shù)丟失

PHP
天涯盡頭無(wú)女友 2022-10-14 15:35:48
我正在使用curl來(lái)訪問(wèn) php 來(lái)執(zhí)行POST方法。問(wèn)題是使用該P(yáng)OST方法,if它不起作用,我得到參數(shù)丟失的錯(cuò)誤。php代碼:if(isTheseParametersAvailable(array('title','email', 'message'))){if(isset($_POST['title']) and isset($_POST['message'])){        //creating a new push        //if the push don't have an image give null in place of image        $push = new Push(                $_POST['title'],                $_POST['message'],                null            );    //getting the push from push object    $mPushNotification = $push->getPush();     //getting the token from database object      echo $devicetoken = $db->getTokenByEmail('irina@yahoo.com');    //creating firebase class object     $firebase = new Firebase();     //sending push notification and displaying result     echo $firebase->send($devicetoken, $mPushNotification);}else{    $response['error']=true;    $response['message']='Parameters missing';}郵遞員截圖:isThereParametersAvailable功能:function isTheseParametersAvailable($params){    foreach($params as $param){        if(!isset($_POST[$param])){            return false;         }    }    return true; }
查看完整描述

1 回答

?
搖曳的薔薇

TA貢獻(xiàn)1793條經(jīng)驗(yàn) 獲得超6個(gè)贊

您必須發(fā)送參數(shù)是正文部分才能在 $_POST 中獲取。

見(jiàn)下圖。

http://img1.sycdn.imooc.com//6349117d000163c811100433.jpg

<?php 



if(isset($_POST['header'])) {

    echo 1;

}


查看完整回答
反對(duì) 回復(fù) 2022-10-14
  • 1 回答
  • 0 關(guān)注
  • 229 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)