I am using retreveA,B,C to capture 3 different fields/columns posted by the other page. I attempted to store information in an array but found that when I altered a value in an array it was changing other values?

so...
array(t1,t2,t3,t1,t2)=>try to change array[3] to t2 would make array(t3,t3,t2,t1,t2)??

I'll post my code shortly so you can have a look, I don't know why It was being orkward it all looked logical to me?