after sort
000002<SORTID>33<IP>1<EMB01>1341 <EMB02>07/20-07/25<EMB03>RYAN
000001<SORTID>64<IP>1<EMB01>5187 <EMB02>07/20-07/25<EMB03>SIMON
000003<SORTID>125<IP>1<EMB01>1344<EMB02>07/20-07/25<EMB03>HOWARD
Using SORTID to sort each line.
I don't know how to deal with above data is the best way.
My idea is getlin() line by line into array
and find() between <SORTID>and<IP> get sort id to sort.
after that i don't know how to switch array synchronouns..
There do you have any suggestion or good function can provider me ?