Working with APIs
Creating a Simple JSON API with PHP
In this tutorial, you will create a simple API using PHP. The API will return JSON data when visi...
Reading API Data with JavaScript
In the previous tutorial, you created a simple API using PHP. The API returns JSON data when visi...
Creating a Database-Driven API with PHP and MySQL
In the previous tutorials, the API returned data from a JSON file. In this tutorial, you will cre...
Creating API Endpoints for Specific Data
In the previous tutorial, you created an API that returned every record from the security_events...