简体   繁体   中英

Web Services in PHP/MySQL

I am trying to learn to write web services involving PHP / MySQL . I would want to post some data from client to server and then store it into a MySQL database via a web service.

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.

Can someone give me a start by posing a code snippet / suggesting a decent URL / suggesting a good book to start with.

Thanks

For basic tutorials in several web-related languages, please start at W3Schools.com

There are several good websites to learn HTML from. For example, 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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