“Google Charts in PHP with MySQL Database using Google API”, Pie Chart, Column Chart, Bar Chart, Line Chart. Charts or graph are used for graphical representation of data and are useful when you want to show your data or information …
Export Data from MySQL in PHP Using Data Table
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 …
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 …
Extract Data in Excel From MySQL database using PHP in Specific Date Range
In this tutorial Extract Data in Excel From MySQL database using PHP in Specific Date Range, we are going to learn how to export MySQL data to excel using PHP and HTML. We generally need reports in excel sheet, …
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 …
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 …
How to Send Mail Using PHP
Learn How to Become a Web Developer With PHP-Part 2-Student Records
Learn How to Become a Web Developer With PHP-Part 2, In previous post we learned basic concept about web development with php. In this post i’m going to write about Web development with PHP on real example – Student Records…