N NeoV Diamond Member Apr 18, 2000 9,504 2 81 Nov 16, 2009 #1 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
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 Nov 17, 2009 #2 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.
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.