Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 981 Bytes

Readme.md

File metadata and controls

27 lines (22 loc) · 981 Bytes

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