I am working on a page where user can create his own unique , personalized week schedule.
Right know all about the schedule is stored in javascript object - scheduleArray.
Here is the site with my work so far
How can I store this javascript object to logged user database in WP?
I need to load it from database on site init, and later when user clicks "SUBMIT" button store it back to database.
Could you provide me any ideas, tutorials from which I can start on ?
Thanks!