PHP MySQL Login Form with Jquery AJAX

In this blog, we will learn how can we submit a form without re-loading or redirecting to another page in PHP with Jquery AJAX. Jquery AJAX is very simple and its syntax is very readable. If you have basic knowledge of Jquery you can easily work with AJAX.

In this example, we will work with Login Form. You can work with any form after understanding the functionality of this example form. You can submit form data using POST or GET using ajax and can save this form data into your database.

Read More..!

Create Rest API with Laravel Passport Authentication

In this blog, we will learn how to setup Passport package on Laravel project for API authentication.

Passport an easy way to authenticate an API request for Laravel project. Install Passport package on your Laravel project for authentication of API request. Many of project uses Token for authentication of API.

Read More..!