Home › Forums › MapPress Support › MapPress Pulling Info › Reply To: MapPress Pulling Info
June 8, 2012 at 1:47 pm
#9580
Hi, my advice would be to not read the data directly – it’s saved as a serialized PHP object. You can use the mappress_api.php functions, like Mappress_Map::get() to read it, or you should also be able to just unserialize() it if you’re not using WordPress. Once you get the object, it should be easy to get the data you want.