Quote Originally Posted by Ajeh View Post
You can try changing in the ups.php the line:
Code:
    return $returnval;
to read:
Code:
    $result = array_reverse($returnval);
    $returnval = $result;
    return $returnval;
Thanks this works A OK.
Thank you Ajeh .I’ve seen you help allot of zen users, you have all the right answers. That’s why I turned to you, Thanks again.