douhanzhuo6905 2013-06-04 13:20 采纳率: 100%
浏览 65
已采纳

在Ajax中返回一个PHP变量?

I'm getting a variable inside my catch (for when a web service call fails) statement and attempting to use json_encode on it:

try {
    WebServices::create($this->nameWS);
}
catch (Exception $e) {                  
   $tr = $e->getTrace();
   $x = $tr[3];
   json_encode($x);                     
}

$x contains a string.

This catch statement sends me to the error section of my $.ajax:

$.ajax({
    type: 'POST',
    url: 'index.php',
    data: 'module=random&action=' + action + params,
    dataType: 'json',
    success: function(dataJson){
        callbackServer(action, otherVars, dataJson);
        callServer.isRun = false;
    },
    error : function(dataError) {
        console.log("I want to get the $x variable here");
    }
});

console.logging the dataError parameter returns a huge long list of rubbish, none of which is relevant to this variable.

I have seen it is possible to send a json_encoded variable to JS, but never inside an error block of an ajax return - is there an easy way to get this variable here? Thanks guys.

  • 写回答

2条回答 默认 最新

  • dpwqicw157673 2013-06-04 13:51
    关注

    You need to echo json_encode($x) and send the correct response headers.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办
  • ¥15 kylin启动报错log4j类冲突
  • ¥15 超声波模块测距控制点灯,灯的闪烁很不稳定,经过调试发现测的距离偏大
  • ¥15 import arcpy出现importing _arcgisscripting 找不到相关程序
  • ¥15 onvif+openssl,vs2022编译openssl64
  • ¥15 iOS 自定义输入法-第三方输入法
  • ¥15 很想要一个很好的答案或提示
  • ¥15 扫描项目中发现AndroidOS.Agent、Android/SmsThief.LI!tr