PHP - Category - Page 24

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

AJAX Pagination with PHP

In this tutorial, we will see an example PHP code to add pagination to a list of records retrieved from a database. I am using AJAX to fetch ...

March 11th, 2017

PHP MySQL REST API for Android

PHP REST API backed up with a MySQL database is a very common schematic of an Enterprise mobile application. When the scenario requires data ...

February 8th, 2017

PHP Search and Pagination using PDO

Search is an important functionality of any information-centric application. Pagination is an integral part of the display when voluminous r ...

February 3rd, 2017

PHP PDO CRUD

In this tutorial we are creating an example to do database operations Create, Read, Update and Delete (CRUD) in PHP using PDO connection. In ...

December 30th, 2016

Facebook Like Header Notification in PHP

Like social networking websites, we can see notification alerts on Facebook in the page header. This tutorial will add header notifications ...

November 22nd, 2016

Advanced Search using PHP

Advanced search provides more options to the user to filter and narrow down the search result. Advanced search will be convenient for the en ...

May 30th, 2016

↑ Back to Top

Explore topics