Assigning MySQL Data

OK, lets see if I can explain this correctly.

I have a move clip called 101.
I have…
onClipEvent (load) {
loadVariables(“you.php”, this, “GET”);
}
assigned to 101. Inside of 101 I have dynamic text fields with the var names of price, fee, and state.

I have a movieclip 102 that is exactly like 101. What I need to know is, how can differentiate 101 from 102 so that when the db data comes in that 101 and 102 display different info?

Also, I can’t change the var names. They must stay as price, fee, and state in both movieclips.

Please give me a hand with this, it is very urgent. If you need more info please ask. Thanks!