PHP Databases - Page 3

PHP CRUD with MySQL

In this tutorial, we are going to see an example program to learn how to do database CRUD operations using PHP and MySQL. CRUD tends to Crea ...

September 6th, 2013

PHP MyAdmin

phpMyAdmin is one of the popular client software tools with an extraordinary user interface that helps to perform database handling operatio ...

August 5th, 2013

Loading List box Dynamically

We have seen the various type of HTML form elements while discussing accessing form data. Among them, HTML list boxes which contains list of ...

July 12th, 2013

MySQL Fetch using PHP

PHP provides a huge list of MySQL functions to access the database from the front end. Among those functions, we are going to discuss some o ...

June 14th, 2013

PHP Pagination

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

June 7th, 2013

Filtering MySQL Results by Applying PHP Conditions

In this article, we are going to discuss how to filter selected database rows based on the conditions applied using PHP. Let us have an exam ...

May 22nd, 2013

PHP Input Filtering

PHP is one of the easy-handling languages which makes developers comfortable to work with. It provides functions to sanitize and validate th ...

May 18th, 2013

Access MySQL from PHP

Simple short coding example for implementing database operations with PHP and MySQLi ...

April 13th, 2013

↑ Back to Top