bakes

Members
  • Content count

    2
  • Joined

  • Last visited

About bakes

  • Rank
    Forum Newbie
  1. Fusion Real Time Charts

    Well I had to lower my refresh interval. Guess 1 second wasnt long enough for it to run the sql and make the page =)
  2. Below is my PHP script that generates the daily PV from our AS400 but it wont work when I use the echo "&value=".$PV; line. Howerver if I comment it out and use the echo "&value=".$num; (which is just a random number) it works just fine. I looked at the page source for both its only 1 line long and everything looks fine. Any ideas?