PHP Databases

Amazon like Product Category Tree

How to build and render a multi-level hierarchical category tree structure in a webpage like an Amazon product category menu. ...

September 29th, 2022

Bootstrap Pagination Example in PHP

Bootstrap pagination example gives built-in UI components to render pagination links for the list pages. ...

April 27th, 2022

Prevent SQL Injection in PHP

Prevent SQL injection in PHP using Prepared Statement via PHP PDO and MySQLi, with example code. ...

June 24th, 2021

Column Search in DataTables using Server-side Processing

DataTables is a feature-packed jQuery plugin that displays results in a tabular form. It provides a rich interface with effective sorting, s ...

September 18th, 2018

Ajax Pagination with Tabular Records using PHP and jQuery

For an improved version of this code, visit PHP Pagination MySQL Database Example Script with Previous Next like Google. Pagination feature ...

June 30th, 2018

Multi-Select Dropdown Filter in PHP with Database Search

Filters are used to narrow down the results based on particular criteria. We have already created a PHP filter for a list page to shortlist ...

May 17th, 2018

PHP Responsive Image Gallery using CSS Media Queries

Gallery is a great way to showcase data in a grid view so that its appealing to the users. Its one of the nicest way to present your product ...

April 13th, 2018

Object-Oriented CRUD System using PHP PDO and MySQL

Database CRUD is one of a common functional pack that is required to manage and manipulate data of an entity based application. We have alre ...

April 10th, 2018

Import Excel File into MySQL Database using PHP

Database backup and restore is the most important part of maintaining software. PHP Excel import helps to restore the excel data into a data ...

March 14th, 2018

Restore MySQL Database using PHP

Restoring database via a program can be used in an application where dynamic loading is required. It can also be used to build a custom MySQ ...

February 19th, 2018

↑ Back to Top