DrTrans Posted April 30, 2013 Share Posted April 30, 2013 Im looking for some help on how to write a function that will parse mailing address for ex. Address could be.. 1000 Programmer Way 1000 N Programmer Way P.O Box 321 Can someone help me build a function that will parse these into $street_number = " 1000 "; $street_direction = "N" < - based on if N, S, E, W, NE, NW, SE, SW and somehow for P.O. Box . Link to comment https://forums.phpfreaks.com/topic/277471-address-function/ Share on other sites More sharing options...
akphidelt2007 Posted April 30, 2013 Share Posted April 30, 2013 This is a pretty complex process and I'm pretty certain no one on this forum is going to type it up unless they already have it available. I would just google... Parse Address in PHP. I know Google has an API that is as robust as it gets for parsing address. There's also this https://gist.github.com/Jonathonbyrd/536049 Link to comment https://forums.phpfreaks.com/topic/277471-address-function/#findComment-1427385 Share on other sites More sharing options...
DrTrans Posted April 30, 2013 Author Share Posted April 30, 2013 HOLY CRAP. lol. I give this one up. Link to comment https://forums.phpfreaks.com/topic/277471-address-function/#findComment-1427386 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.