If you want to create a login form that will not reload after clicking the submit button. Then you should make the Login with Ajax in PHP, MySQL The Ajax Login form is very useful to sign in … [Read more...] about Login with ajax in PHP, MySQL
Ajax
Load Records on Select Box using Ajax, PHP & MySQL
In this tutorial, You will learn to load records on a select box using ajax, PHP & MySQL with some simple steps. These steps are very easy to understand and implement in web applications. Let's … [Read more...] about Load Records on Select Box using Ajax, PHP & MySQL
Registration Form using Ajax, PHP & MySQL
If you want to create a registration form that will not reload after submitting the registration details. Then you should make the ajax registration form with PHP & MySQL. The Ajax Registration … [Read more...] about Registration Form using Ajax, PHP & MySQL
Ajax File Upload – Without Refreshing Page
This tutorial is shared for ajax file upload without refreshing the page. You will learn to upload different types of file formats (like jpg, png, gif, pdf, docs, zip, text & more) with some steps … [Read more...] about Ajax File Upload – Without Refreshing Page
Load More Data on Infinite Scroll Using Ajax & PHP
Load more data on Page Scroll is the best functionality to create pagination. It does not have multiple pages to display data. It can display whole data on a single page while you start scrolling the … [Read more...] about Load More Data on Infinite Scroll Using Ajax & PHP
How to Fetch Data From Database Using Ajax
This tutorial is helpful to fetch data from the database using ajax in PHP. Here you will learn it with a basic example. If you create ajax based project and you also want to developed everything … [Read more...] about How to Fetch Data From Database Using Ajax
How to Update Data Using Ajax in PHP
In this tutorial, You will learn How to update data using Ajax in PHP. I have shared the best ajax jQuery script with a simple example. It will help you to update data without page refresh. When … [Read more...] about How to Update Data Using Ajax in PHP
Check Username Availability using Ajax & PHP
In this tutorial, you will learn to check username availability using ajax, PHP & MySQL. Using this functionality, users can easily check the entered username is available or not in real-time … [Read more...] about Check Username Availability using Ajax & PHP