On Mon, Nov 24, 2008 at 4:31 AM, cronjob <[EMAIL PROTECTED]> wrote: > > Hello, > I'm trying to work with data from a MySQL-database, but I don't want > to make every time a xml-file out of the database. Is there a way to > get data directly (maybe over a php script) into the timeline?
I use PHP to pull from a MySQL database and emit XML directly into Timeline, or rather, Timeline calls the PHP script which then sends it XML directly. I don't actually write it out to a file. Not sure if that is what you had in mind or not. S --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
