In this tutorial “Export Data from MySQL in PHP Using Data Table” we are going to learn about how to display the data and extract data from database using DataTable.js. The grid view of the table is very …
Copying text from one field to another using CheckBox with javaScript and PHP
You may have seen on websites when the user needs to fill out a field such as a mailing address, as well as a billing address. Instead of having your customers fill out the form twice, here we will use …
Convert Realtime Digit or number into word by Using PHP and JavaScript
In this tutorial “Convert Real-time Digit or number into word by Using PHP and JavaScript”, we are going to learn how to convert number or any digit into word. For example, if “2341” is given as input, output …
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 …
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 …