php
Extract the Zip file with PHP
In this post, I will show you how easily we can unzip a zip file using PHP. I am gonna…
Learn MySQL Important Queries – Part 1
Everyone Know MySQL is an open-source relational database management system (RDBMS). Its name is a combination of "My", the name of…
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…
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,…
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…
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…
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…
Encode and Decode Query String value In PHP
Securing the URL is one of the biggest challenges in all-time because out of your territory there are many trespassers who will destroy your…
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…
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…