turtle_frog

Members
  • Content count

    1
  • Joined

  • Last visited

About turtle_frog

  • Rank
    Forum Newbie
  1. Hi, I'm trying to decided the best way to create my charts. I want to create a page (I use php) with an interactive chart. That is you can choose the type of chart and it changes via ajax, no reloading of the page. Now, Shall i generate my charts using the PHP Class or create my own XML feed? is there disadvantages / advantages (or limitations) of either of these methods?? Thx!!!