PHP - Category - Page 26

Shopping Cart with Multi-Tab Wizard using jQuery AJAX

In this tutorial, we are going to see a wizard like a shopping cart. In a previous tutorial, we have seen shopping cart with jQuery AJAX. In ...

June 6th, 2015

PHP PDF Generation using FPDF

In this tutorial, we are going to generate PDFs from text file data using the PHP FPDF library. FPDF is unarguably the best server-side PDF ...

May 25th, 2015

PHP Shopping Cart with jQuery AJAX

In this tutorial, we will create a shopping cart using jQuery AJAX. In a previous tutorial, we have seen simple shopping cart code using PHP ...

May 20th, 2015

PHP JSON Array Merge

Merging one or more JSON arrays using PHP can be done in various ways. For example, the merge can be done using PHP array_merge() function o ...

May 14th, 2015

jQuery Image Slider

In this tutorial, we are going to see an example of image slider using jQuery. In the previous tutorial, we have seen already how to run jQu ...

April 22nd, 2015

Calculating Hours Difference in PHP

In PHP, there are many ways to calculate the difference between two dates. In this tutorial, we are using PHP date time functions to calcula ...

April 15th, 2015

PHP MySQL Inline Editing using jQuery Ajax

Inline edit example code in PHP with a detailed description will guide to enable the inline-editing feature for an application's UI elements ...

March 5th, 2015

PHP Wizard Like Registration

Wizard like registration separates registration fields into groups. These group of fields can be seen using a tab-like navigation. In the pr ...

February 15th, 2015

Show PHP Captcha on Failed Login Attempts

In this tutorial, we will show the captcha code if a user has tried more than three failed login attempts. In the previous tutorial, we have ...

February 2nd, 2015

Sorting MySQL Row Order using jQuery

In this tutorial, we are going to learn how to change the MySQL row order. We are using jQuery to display a sortable list of MySQL rows. We ...

January 31st, 2015

↑ Back to Top