dsz7121 2018-08-23 08:00
浏览 46

Ajax无法向php发送数据使用GET

I create a html, and after I submit, the ajax should send a message to php, but my php doesn't get this data, please tell me how do I do, thank you.

function SendData(){
    $.ajax({
        type: "GET",
        url: "client.php?m=submit",
        success: function(data){
            alert("success");
        },
        error: function(data){
            alert("error");
        }
    });
}

php code always nothing, I know the m isn't exist, but I don't understand.

$message = isset($_GET['m']);
echo $message;
  • 写回答

4条回答 默认 最新

  • doubi8383 2018-08-23 08:07
    关注

    The problem is that you get a boolean with isset();

    Do like this:

    if(isset($_GET['m'])) {
      $message = $_GET['m'];
      echo $message;
    }
    
    评论

报告相同问题?

悬赏问题

  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料