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