Jump to content

Address Function


DrTrans

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.