zabuto / calendar

This library is a jQuery plugin that lets you add a month calendar to your web page.
MIT License
351 stars 160 forks source link

Dynamic events from MySQL Database #44

Closed JoelGeek closed 7 years ago

JoelGeek commented 8 years ago

Hi, please how can i dynamically load events from a MySQL Database?

martijn1k commented 8 years ago

Create a PHP script that pulls MySQL data, then call it using the ajax function? The tools are basically there, it's pretty straightforward.

JoelGeek commented 8 years ago

thanks for your response. Can you point me to any example?

zabuto commented 7 years ago

This repo only contains a simple jQuery plugin. Closing, not within scope.