mick

Members
  • Content count

    4
  • Joined

  • Last visited

Everything posted by mick

  1. If you're a newbie to programming, may I ask why you're using PHP? At the risk of triggering a flame war, I think there are better languages for doing web development these days. As for how to generate XML from php, a google search for 'generate xml in php' should get you started. cheers, mick
  2. I guess this is stating the obvious, but you can write code to generate any XML you want. The details will obviously vary depending on the language in which you are coding. If you are using Ruby, for example, then you can generate XML using the builder gem: http://builder.rubyforge.org/
  3. So how does one create charts where the y axis is a duration?