doumibi6899 2019-03-06 12:13
浏览 75

PHP AJAX获取未定义的索引ID,尝试了许多方法无法解决它

I'm making an click event in which I send the id of the employee. I can see the value using console.log(); the employee id is getting shown, but I keep getting an index :id error.

<input type="button" class="btn btn-primary" value="Appointment Letter" onclick="downloadempappointmentletter('<?php echo $data->employee_id;?>')">
function downloadempappointmentletter(id) {
  $.ajax({
    type: 'POST',
    url: "<?php echo base_url(); ?>Admin/Employee/downloadappointmentletter",
    data: { id: id },
    success: function (data) {
      console.log(data);
    }
  });
}
public function downloadappointmentletter()
{
  $empid = $_POST['id'];
}

I keep getting error:

undefined index :id

However when I echo $data->employee_id; it shows 1 etc. What am I missing?

  • 写回答

6条回答 默认 最新

  • dongzhuo1958 2019-03-06 12:21
    关注

    You just comment $empid = $_POST['id']; this line and var_dump($_POST); it will shows all $_POST values from ajax

    look through browser Network tab ,check ajax post id or not after that we can follow up the problem

    评论

报告相同问题?

悬赏问题

  • ¥15 matlab中使用gurobi时报错
  • ¥15 WPF 大屏看板表格背景图片设置
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂