PHP - Page 26

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

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 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

Read Facebook Data via Graph API using PHP

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

User Login Session Timeout Logout in PHP

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 in PHP

User activation email sending script is the most common requirement for the web application containing a user registration system. Generally ...

November 23rd, 2014

↑ Back to Top