简体   繁体   English

PHP / MySQL中的Web服务

[英]Web Services in PHP/MySQL

I am trying to learn to write web services involving PHP / MySQL . 我正在努力学习编写涉及PHP / MySQL Web服务。 I would want to post some data from client to server and then store it into a MySQL database via a web service. 我想将一些数据从客户端发布到服务器,然后通过Web服务将其存储到MySQL数据库中。

I'm very new to this area. 我对这个领域很新。

I tried googling but did not find any basic tutorials. 我尝试使用谷歌搜索,但没有找到任何基本的教程。 All of them were fancy and hi fi involving SOAP etc. 所有这些都是花哨和喜欢涉及SOAP等。

Can someone give me a start by posing a code snippet / suggesting a decent URL / suggesting a good book to start with. 有人可以通过提出一个代码片段/建议一个体面的URL /建议一本好书开始给我一个开始。

Thanks 谢谢

For basic tutorials in several web-related languages, please start at W3Schools.com 有关几种与网络相关的语言的基础教程,请从 W3Schools.com开始

There are several good websites to learn HTML from. 有几个很好的网站来学习HTML。 For example, HTML Dog . 例如, HTML Dog

In basic terms, what you need to do it build a form in HTML that sends the data to a PHP script that then processes the information and stores it in a database. 在基本术语中,您需要做的是在HTML中构建一个表单,将数据发送到PHP脚本,然后处理信息并将其存储在数据库中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM