dongzouxigu12345 2018-02-27 12:22
浏览 58

使用$ http从angularjs获取mysql表

hi i am new to angular js ,i want to fetch mysql data from tabel this is my controller define in finalOrder.js file i have also include my tst.php file with this code.the problem is that its not returning any value. please help me with this coding ,thank you in advance.

 (function(){

 angular
      .module('ecoms')
      .controller('finalOrder',finalControler);

      function finalControler ($http){

        var vm = this;

 vm.value1 = 'one';
 vm.value2 = 'two';

        vm.testfun = testfun;

        function testfun($http){alert("in controller");
      $http.get("tst.php")
      .success(function(data){

          alert(data);
        });
      // var chkval2 = document.getElementById('rad1').value;

       if (document.getElementById('r1').checked) {
  var chkval1 = document.getElementById('r1').value;
}
    if (document.getElementById('r2').checked) {
  var chkval1 = document.getElementById('r2').value;
}
            //alert(chkval1);
          switch (chkval1) {
        case 'one':

        alert(chkval1);

            break;
        case 'two':
            alert(chkval1);
            break;


    }
      }
  }

})();

and this is my tst.php file

include("db_config.php");
 $query = $db->query("SELECT *  FROM customer_shipping where Customer_ID=1");

 $output = array();
        if($query->num_rows > 0){ 
            while($row = $query->fetch_assoc()){
              $output[] = $row;
             } 

echo json_decode($output);   
         }
?>
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
    • ¥15 有了解d3和topogram.js库的吗?有偿请教
    • ¥100 任意维数的K均值聚类
    • ¥15 stamps做sbas-insar,时序沉降图怎么画
    • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
    • ¥15 关于#Java#的问题,如何解决?
    • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
    • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
    • ¥15 cmd cl 0x000007b
    • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line