I\'m still a new programmer, and I have a problem getting this piece of code to work (that I got from here). It uses MySQL to store the data. I would like to understand all
Also modify this:
[
{
"id": "7",
"title": "test",
"start": "2014-02-05 00:00:00",
"end": "2014-02-05 00:00:00",
"url": "",
"allDay": false <-- change this to false without quotes
},
{
"id": "8",
"title": "Title 2",
"start": "2014-02-06 00:00:00",
"end": "2014-02-06 00:00:00",
"url": "",
"allDay": "false"
},
{
"id": "9",
"title": "Feb 1",
"start": "2014-01-28 00:00:00",
"end": "2014-01-28 00:00:00",
"url": "",
"allDay": "false"
}
]