Originally Posted by Ajeh 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.
return $returnval;
$result = array_reverse($returnval); $returnval = $result; return $returnval;
Forum Rules
Bookmarks