In this part of my web services tutorial, I provide both a non-WSDL SOAP server and a REST Web Service Example program. The goal is to keep everything simple and easy to understand because many people are confused by both.
I decided to avoid covering WSDL (Web Service Description Language)...
In this part of my web services tutorial I cover 2 ways to create XML from a database. I then show a simple example on how Remote Procedure Calls work.
If you missed the previous web services tutorial, where I showed how to work with JSON data, you should watch that first. All of the code used...
In my web services tutorial I will cover generating JSON and XML. We’ll then walk through examples in which we use REST, SOAP and RPC (Remote Procedure Calls). We’ll pull data from databases and if you haven’t seen them I have videos on PHP, MySQL and using PHP...
Sorry I haven’t made any videos for a while. I just wanted everyone to know I have an eye infection and I’ll continue the tutorials as soon as I’m well. Hopefully that will be this weekend...
Previously I covered the vast majority of both PHP and MySQL in 2 videos. This time I decided to bridge the gap and show how to simply grab data from and edit data in a MySQL database using PHP.
We specifically cover creating users with limited access for security reasons, setting...