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.
Sort Table Rows using jQuery and PHP
As a PHP programmer, we often need to implement table rows sorting with drag and drop to save into MySQL database dynamically. Here we are going to share how to implement jQuery sort table using jQuery sortable() function with PHP.
How to Create Dynamic Tree View Menu in PHP
Recently I was working on a PHP project which require a dynamic treeview structure to display items at multilevel. I have tried to search and find some useful solutions but these were not fully dynamic as it only had options for few levels. As I was looking for solution to create infinite dynamic treeview structure […]

Inline Editing using PHP MySQL and jQuery Ajax

During developing PHP project, sometimes we need to implement edit in place or inline editing to allow users to edit content on same page by clicking on it. In this tutorial, we are going to explain how to handle edit in place or inline editing using jQuery with PHP and MySQL.
CCAvenue Payment Gateway Integration in PHP
CCAvenue is a popular payment gateway that offers e-merchants a one stop solution for processing e-transaction ranging from credit card transaction to direct debit from their online bank accounts. It is designed to integrate quickly without any hassle. To integrate CCAvenue payment gateway in your website, you should have CCAvenue account and they will give […]