Ok, so good with flash however only just learning the rest, basically im making a score board for my game, game works and i can submit a score to the SQL server and view the values in an external php file. I have 3 fields in MySQL, UsernameSQL, ScoreSQL, ScoreID. I want to use the ScoreID field to tell flash whose first, second and so on... Is there a way to replace and update the record when it's topped, have a script to set the ScoreID if it's beaten whatever level, however i end up with two scores at the top, which stops flash working. Is there a replace function in PHP to replace a record in MySQL.

Please Help

(Hope that makes sense lol)