Enigma-uk.net

Members
  • Content count

    1
  • Joined

  • Last visited

About Enigma-uk.net

  • Rank
    Forum Newbie
  1. My plan was to have one php file as a datafeed where I could specify the chart I wanted and post and ID to identify a record. My feed looked like this: setDataURL=chartfeed.php?feed=somechart&ID=100 When the chart loads the data, it actually posts: setDataURL=chartfeed.php?feed=somechart and ignores the ID posting. Am I missing something?