Chartjs-Combine multiple columns values to one label in chart.js

0👍

Solved.
change the code below.

<?php 
$technician_lisa= mysqli_query($koneksi,"select * from tb_ticket where technician_1='lisa' or technician_2='Lisa'");
echo mysqli_num_rows($technician_lisa);
?>

Leave a comment