Create Simple REST API CRUD with PHP and MySQL

You can develop REST API CRUD using PHP and MySQL easily. This tutorial will help you learn the way to develop REST API with PHP and MySQL from the basics and test the API using the postman app. Steps: 1. Create a database named apicruddb. 2. Create employee table CREATE TABLE IF NOT EXISTS `Employee` … Continue reading Create Simple REST API CRUD with PHP and MySQL