Hello friends, I’m going to discuss the second part Learn MySQL Important Queries, In the previous part, we learned basic and essential part of MySQL queries. In this part, we’ll learn about some advanced query that will help you in …
Live Username Availability Check using PHP
Creating a form that tells you that your entered data already exist in the database and you don’t need to enter again. This is very famous functionality adopted by almost all top social companies like Facebook and Twitter.
In this …
Display data from MySQL database using PHP, jQuery and DataTable
In this tutorial “Display data from MySQL database using PHP, jQuery and DataTable” we are going to learn about how to display the data from database using DataTable.js. The grid view of the table is very important for …
Login with Google Account Using PHP
In this tutorial “Login with Google Account Using PHP” we are going to learn about setting up an authentication system for your custom web application using Google OAuth PHP and save the data into MySQL database. Today social …
Pagination with jQuery Ajax PHP and MySQL
In this tutorial “Pagination with jQuery Ajax PHP and MySQL”, we are going to learn how to implement pagination in any project with PHP and MySQL. In any web project, pagination functionality is an essential part where huge …
Ajax Live Data Search using PHP and MySQL
In this tutorial, we are going to learn how we can make our own live search. Live Search has been developed using PHP, JavaScript (jQuery), AJAX and MySQL.
What is Live Search?
A live Search is a search form which …
How to Customize a Google Map Custom Markers in PHP
How to Customize a Google Map Custom Markers in PHP, In this tutorial, I’m going to show you how we can add a marker on the google map with Mysql Data we have. adding a custom marker on the map …
Import CSV File into MySQL Database using PHP
Import CSV File into MySQL Database using PHP, In this tutorial we are going to learn how to add data to the database from excel format to mysql database. CSV stands for comma-separated values file stores the tabular data in …