Skip to content

RESTful API GET, POST, UPDATE, DELETE - CRUD MySQL PHP PDO with Postman Test

Notifications You must be signed in to change notification settings

Dimas263/RESTful_API_CRUD_MySQL_PHP_PDO

Repository files navigation

RESTful API - CRUD Data using MYSQL PHP PDO

RESTful API GET, POST, PUT, DELETE using PHP with CRUD Mysql and with Postman Test

URL

http://localhost/RESTful API CRUD MySQL PHP PDO/read.php
http://localhost/RESTful API CRUD MySQL PHP PDO/single_read.php/?id=2
http://localhost/RESTful API CRUD MySQL PHP PDO/create.php
http://localhost/RESTful API CRUD MySQL PHP PDO/update.php
http://localhost/RESTful API CRUD MySQL PHP PDO/delete.php

SQL

GET -> Read Data

GET -> Single Read Data

POST -> Create Data

POST -> Update Data

DELETE