March 2022
Intermediate to advanced
400 pages
10h 10m
English
Developers can use a variety of programming languages and approaches to implement web services. One of the most common approaches is to create a RESTful service. The REST in RESTful service stands for Representational State Transfer, which defines how an application must interact with the services. Developers can create RESTful services using any programming language. The following PHP script, Uppercase.php, converts the parameter it receives to uppercase characters:

The script’s processing is straightforward. As you can see, the script uses the PHP $_GET function to retrieve the name passed to the script as a query-string ...
Read now
Unlock full access