Most of us using Google for searching web information. Previously Google provided currency converter API but now it’s stopped. Now Google provides currency convert functionality through search to convert our desired currency to another. We can see the current status of our currency into other currency by going through Google’s search currency converter page. However, […]
Author: PHPZAG Team
Check User Availability with PHP and jQuery
Checking username or email availability before form submission is a popular feature. In this tutorial, we have implemented username availability check functionality using PHP, MySQL and jQuery AJAX.
Ajax Login Script with PHP and jQuery
User Login is a common part of any web project that allows its valid users to access certain pages. In this tutorial, you will learn how to create login form using jQuery Ajax and PHP MySQL. So here we have handled login functionality by creating simple login form with Bootstrap.
Image Upload and Crop in Modal with PHP and jQuery
As I have received many requests from my readers to write on image upload and crop in modal box in PHP. Image upload and crop is the most important feature of any web project. We can provide great user experience to the end users to upload and change their profile pictures in a modal and […]
Create jQuery Sort Table by Column Value with PHP
In this tutorial, you will learn how to create jQuery sort table with PHP. As a PHP developer, we often need to implement sorting with table column by values, so here in this tutorial I have used a jQuery plugin Tablesorter to handle column sorting in a table.