PHP - Category - Page 26

PHP tutorials and backend development guides covering authentication, forms, security, and database-driven applications. These articles focus on practical PHP patterns used in real-world web projects.

All PHP Tutorials

Generate PDF from MySQL Data using FPDF

In this tutorial, we are going to see how to generate PDF from the MySQL table by using the FPDF library. In a previous tutorial, we have se ...

June 8th, 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 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

↑ Back to Top

Explore topics