REST APIs CRUD Operations in a Simple way using PHP and MySQL @appwebcoders

preview_player
Показать описание
This is a demo tutorial for CRUD operations using PHP and MySQL, as covered on our website.

Download Source Code

Testing

Implementing Create (INSERT) Using PDO Driver
Parameters : name,emailID
Request Type: POST

Implementing Create (INSERT) Using MYSQLi Driver
Parameters : name,emailID
Request Type: POST

Implementing Read (SELECT) Using PDO Driver
Parameters : Not Required
Request Type: GET

Implementing Read (SELECT) Using MYSQLi Driver
Parameters : Not Required
Request Type: GET

Implementing Read (SELECT) with a condition Using PDO Driver
Parameters : email
Request Type: GET

Implementing Read (SELECT) with a condition Using PDO Driver
Parameters : email
Request Type: GET

Implementing Update with PDO Driver
Parameters : id,name,email
Request Type: POST

Implementing Update with MYSQLi Driver
Parameters : id,name,email
Request Type: POST

Implementing Delete with PDO Driver
Parameters : id
Request Type: POST

Implementing Delete with MYSQLi Driver
Parameters : id
Request Type: POST

#php #restapis #crud #crudoperations #phpapi
Рекомендации по теме
join shbcf.ru