$row['id'], 'title' => $title, 'start' => $start, 'end' => $end, 'allDay' => true, 'backgroundColor' => $color ); array_push($eventArray, $array); } mysqli_free_result($result); mysqli_close($con); echo json_encode($eventArray);