Month: December 2021

Step by Step Guide of PHP REST API CRUD with JWT Authentication Documentation

...
READ MORE   >>

PHP REST API CRUD – Step 15

Step 15 AJAX Call from the Frontend to this API <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,...
READ MORE   >>

PHP REST API CRUD – Step 14

Step 14 Login User with JWT create new file core. php in config folderCreate login function in user.php //Login Student public function readLogin($email, $password) { $query = "Select * from " . $this->table . " where...
READ MORE   >>

PHP REST API CRUD – Step 13

Step 13 Register User with JWT Create a new file called register.php in user folderDownload composer using command in api folder: composer require firebase/php-jwtcreate new file core. php in config folderCopy all the code of step5- Create API...
READ MORE   >>

Recent Comments

    • Copyright © 2020 (Er. Shairy Kalra). All Rights Reserved