I have a valid US zip code value, now I want to get the state name in the United States, in which it has the zip code . I am not collecting these state names or zip codes in my database. I want to get the name of this state dynamically. This process should be fast, it should not take much time to get the name of the state.
I did a lot about this but a satisfactory answer could not be found. Can anyone help me with this please?
Thank you in advance
You can use google api for this.
Just after you know the zip code, change what you want and then remove the state name from JSON.
Comments
Post a Comment