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