开发者

Best Way to Transfer Data to and from a MySQL Database

开发者 https://www.devze.com 2023-03-15 18:31 出处:网络
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 transf

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 MyS开发者_运维知识库QL 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


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消