I'm just trying to find a single simple file (CSV or XML ideally) which has the latitude and longitude pairings for each of the 50 United States (plus DC, though the addition of provinces such as Puerto Rico and Guam, or even Canada and Mexico wouldn't be unwelcome).
Is there such a list available somewhere? I've tried searching and browsing OpenStreetMaps, downloading the US.zip from GeoNames, the Census website, etc., but everything seems to come in shape files and such which I'm not terribly familiar with.
My end goal (if it helps) is to simply look-up the state by latitude/longitude using my LAMP stack (Linux Apache (actually using Nginx) MySQL and PHP), though I will have 1000s of records per hour, so using an external web service isn't feasible.