Check Username Availability in PostgreSQL with AJAX and PHP

With the use of jQuery AJAX you can instantly display whether the entered username is already been used or not by another user.

User doesn’t have to submit the form.

In this tutorial, I show how you can check username if it already exists in the PostgreSQL database or not using jQuery AJAX and PHP.

Check Username Availability in PostgreSQL with AJAX and PHP

Read more

Create jQuery UI autocomplete with PostgreSQL PHP and AJAX

jQuery UI autocomplete allows the user to select an item from the suggestion list based on the typed value.

You can load the suggestion list with and without AJAX.

In this tutorial, I show how you can add jQuery UI autocomplete on your page and load PostgreSQL database data using AJAX and PHP.

Create jQuery UI autocomplete with PostgreSQL PHP and AJAX

Read more