Tag «create a simple rest api in php with mysql database»

Like Dislike system with PHP and MySQL

This system works exactly like the Like/Dislike system YouTube implements for its videos. On Facebook, the buttons are placed on videos. Since we are not building the next Facebook.Like Dislike system with PHP and MySQL we will stick with using simple posts where users can click on their associated like and dislike buttons.  Read more article …

Build a Simple REST API in PHP

REST APIs are the backbone of modern web development. Most web applications these days are developed as single-page applications on the frontend, connected to backend APIs written in many languages. There are many great frameworks such as Codeigniter, Laravel, and Yii that can help you build REST APIs quickly. How to fetch records from API …