<?php include 'code2latlon.class.php'; $latlon = new Code2latlon; echo $latlon->get('CU'); # return ["23.11666667","-82.35"] echo $latlon->getByIndex(51); # return ["23.11666667","-82.35"] :)
info at phpclasses dot org