ChartJS changing displayed data based on date?

前端 未结 2 1608
鱼传尺愫
鱼传尺愫 2020-12-21 23:11

I have a simple section in which I am displaying data from the database , in my database I have two tables which shares \'sid` (session id); my tables looks like this.

2条回答
  •  Happy的楠姐
    2020-12-22 00:01

    Use POST instead of GET in AJAX request.

    $firstDate= $_POST['firstdatepicker'];
    $lastDate= $_POST['lastdatepicker'];
    

提交回复
热议问题