使用 php 中的 api 验证邮政编码
我想验证用户输入的邮政编码是否有效。
例如用户输入 009876654 无效,然后出现错误 应给出消息。
我知道我可以使用 javascript regulr 表达式或使用 ajax-zip-code-database
但我不想要以上任何内容。我需要一些插件之类的东西 向某个在线应用程序发送请求以检查它是否存在 是否有效。我想要这个,因为我不想在将来关心 邮政编码发生变化或添加新的邮政编码。
PS:- 我不想使用 javascript 或使用 ajax-zip-code-database
I want to validate that zip code entered by user is valid or not.
for example user entered 009876654 and it is not valid then an error
message should be given.
I know i can do it using javascript regulr expression or using
ajax-zip-code-database
But i don't want any of the above. i need some plugin sort of thing
which send request to some online application to check wheather it is
valid or not.I want this because i don't want to take care if in future
there is change in the zip-codes or new zip-codes get added.
P.S. :- I don't want to use javascript or using ajax-zip-code-database
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
USPS 提供了支持邮政编码查找的 API 服务提供商列表:https://www .usps.com/business/webtools-service-providers.htm
USPS provides a list of API service providers that support ZIP Code Lookup: https://www.usps.com/business/webtools-service-providers.htm