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 . Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Solution DrTrans Posted April 30, 2013 Author Solution Share Posted April 30, 2013 HOLY CRAP. lol. I give this one up. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.