Integration with MySQL
We have a mobile application that creates a series of dated (mm/dd/yr:time) user sessions into a MySQL database on a hosted server. These dated user sessions contain data that we then to graph in a browser using XML and a PHP script.
What we would like to be able to do is is display the list of previously created (dated) user sessions from MySQL in the calender and then allow the user to select an available dated session of interest on the calender and then have the calender linked to our PHP script for graphing
Asked another way...can the events displayed on the calender be linked to our PHP script for graphing the XML data ?
Thanks in Advance...
|