any way to do this?

NeoV

Diamond Member
Apr 18, 2000
9,504
2
81
I have a list of approx 23 names, and I also have the city that each person lives in.

Is there any way to query - something like google maps - to look up the proper street addresses? Any other program that can do this?

Thx
 

m00g00

Junior Member
Nov 15, 2009
20
0
0
Any scripting language that supports XPath queries over HTML, such as PHP, should do this easily.

As far as a more user friendly GUI way I'm not sure.

You could just look up the 23 names manually, you'd probably be done by now.