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
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
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
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
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
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
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
In this tutorial, we will read data from Facebook using Graph API. This is an HTTP-based API using which we can post and get data to and fro ...
December 8th, 2014
This PHP tutorial is used for setting user login session expiration time for the logged-in user. Once this time is elapsed, the user no long ...
November 24th, 2014
User activation email sending script is the most common requirement for the web application containing a user registration system. Generally ...
November 23rd, 2014