Hello All,
I have been searching the net for anything pertaining to the following issue:
When a user enters their zip code, I need to verify that the area code (that they enter when they enter their phone number) is in the range of the zip code.
I know I can run into issues with cellphone numbers, but at this point I want to get this concept hashed out first.
My solution would be to have a database of zip codes and a corresponding database of area codes that corresponds to the zips. So if someone enters 10101 that the following area codes, 212, 718, 646, and 917 will show up.
Any suggestions or even examples? As I've said, I haven't found any on the net so far.