php - Update MySQL Database with information from drag-and-drop event -


i using this template build website church.

the church wants calendar entry point add events.

with calendar on current template it's nice , simple , can drag events onto corresponding date. need way date event has been dragged onto can update mysql database.

here link direct calendar http://usman.it/themes/charisma/calendar.html

the code showing calendar

<div id="calendar"></div> 

basically calender loaded through javascript.

if take @ charisma.js inside themes folder should able see calendar invoked example follows,

$('#calendar').fullcalendar({ <<  options here >> }); 

you can go through documentation full calendar @ following site :

http://arshaw.com/fullcalendar/


Comments