AJAX (Asynchronous JavaScript and XML) is used for update a web page without reloading the page. AJAX mostly used to send and receive data from database without reload web page.
In this artcle we will see how to submit a form data into database using AJAX, PHP and jQuery without refresh page.
So let’s checkout all steps one by one with easy way.