Welcome, Guest
  • Author Topic: php mysql  (Read 1162 times)

    Farlit Morcha

    • Server what's that
    • *
    • Posts: 1
      • View Profile
      • Email
    php mysql
    « on: 06/17/03, 09:08 »
    Hi,
    Im trying to link values from a mysql database to a flash application via php using loadVariablesNum("score1h.php?RND="+random(999), 0);

    Im then displaying the variable i get in in a dynamic textbox.

    Im then looping back every 2 seconds to update the value.

    The trouble is when the value should be staying constant it seems to oscilate randomly around a few numbers.  It mainly stays on the number it shodl but sometimes displays other numbers.

    Can anyone have a guess at what the problem might be?

    Thanks for your time

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:php mysql
    « Reply #1 on: 06/17/03, 10:34 »
    Perhaps you're overwriting the variable in your Flash Movie someplace. Also looping each 2 seconds to get the values is overheading and perhaps, innecesary

    Jorge