Create a REST API Using PHP & MySQL

Learn how to create a RESTful web-service with PHP & MySQL in less than five minutes

I am writing this tutorial to show you how to create a a RESTful web-service with PHP 7 & MySQL 8 in a very short time. You can think of this post as a primer. I'll try to explain the core topics as much as possible while avoiding generic things. Please note that mysql extension for PHP has been completely discontinued in PHP 7. That is why you can only use mysqli extension. [Read More]