Step by Step Guide of PHP REST API
Step 1: Create a Database
Either create the database manually or from the phpmyadmin with any name like phprestapi
Step 2 Create a Table
Either create the table manually or from the phpmyadmin with any name like register in phprestapi database.