通过输入 zip 自动填充城市文本字段,反之亦然

发布于 2024-09-28 06:49:06 字数 228 浏览 3 评论 0原文

我已经看到这个问题已经发布了几次,但没有足够具体的内容供我使用。

我有一个表单(在 .php 文件中),带有邮政编码和城市文本字段。我还有一个单独的数据库,其中包含我所在国家/地区的所有邮政编码和城市。 (邮政编码在第 1 列,城市在第 2 列)

我想要的是,每当用户输入城市或邮政编码时,其他字段都会根据数据库自动更新/填充。

我尝试过寻找 jquery/ajax 解决方案,但我还没有找到。

I've seen that this question has been posted a couple of times but nothing specific enough for me to use.

I have a form (In a .php file), with a Zipcode and City textfield. I also have a seperate database which holds all zipcodes and cities for my country. (Zipcode in column 1 and city in column 2)

What i would like is that whenever a user inputs either city or zipcode the other field updates/populates automatically based on the database.

I've tried looking for a jquery / ajax solution, but i haven't found one yet.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风柔一江水 2024-10-05 06:49:06

AJAX 可以解决这个问题。您可以尝试这样的操作: 链接

我建议您使用 jQuery,它的 AJAX 代码比您自己编写的代码干净得多。

AJAX can do the trick. You may try something like this: LINK.

I suggest you to use jQuery, it's much cleaner code for AJAX than coding it yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文