将数据传输到 MySQL 数据库或从 MySQL 数据库传输数据的最佳方法

发布于 2024-11-17 15:59:48 字数 223 浏览 0 评论 0原文

我想知道是否有人可以帮助我。一段时间以来,我一直在研究 Google 地图 V3 api 的 Javascript 和 HTML 元素。我现在想了解如何将数据传入和传出 MySQL 数据库。

我在互联网上阅读了大量有关传输此信息的各种方法的文档,但我不太确定采取的最佳路线。

我只是想知道是否有可能比我更有经验的人可以就传输这些数据的最佳方式给我一些建议和指导。

非常感谢和亲切的问候

I wonder whether someone may be able to help me please. For a while now I've been working on the Javascript and HTML elements of the Google Maps V3 api. I now want to look at how I'm going to transfer the data to and from MySQL database.

I've read quite a lot of documentation on the Internet on the various methods of transferring this information but I'm not too sure of the best route to take.

I just wondered whether it would be possible that someone with a lot more experience than I could perhaps give me a bit of advice and direction please on the best way to transfer this data.

Many thanks and kind regards

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

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

发布评论

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

评论(2

像极了他 2024-11-24 15:59:48

这是一个相当广泛的问题,但主要取决于您的实施。您是否已使用服务器端语言或仅使用 Javascript 与 API 进行交互?如果一切都在客户端完成,那么您可能需要考虑某种 AJAX/表单功能来将数据从客户端获取到服务器端脚本。如果您在服务器端执行上述任何操作,那么您可以在与 API 交互时去掉 AJAX 中间人并通过 PHP 或其他方式运行 SQL 命令。

it's a fairly broad question, but mostly dependent on your implementation. Are you already interfacing with the API using a server side language, or just all with Javascript? If everything is being done on the client side, then you would want to consider some sort of AJAX/form functionality to get the data from the client to a server side script. If you are doing any of this on the server side, then you can cut out the AJAX middle man and run SQL commands via PHP or whatnot as you are interfacing with the API.

北音执念 2024-11-24 15:59:48

我会推荐 MySQl Dump。它相当简单,并且有大量关于如何操作的文档。

I would recomend MySQl Dump. Its fairly simple and there is plenty of documentation on how to do it.

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