Tutorial search

PHP Tutorials
Tutorials
Stuff
Affiliates

PHP Database Tutorials


We hope that you will enjoy our PHP Database tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Database tutorials to our site. Thank you !

Sort by:
Replacing codes with smileys from your MySQL DB
Replacing codes with smileys from your MySQL DB
Replacing codes with smileys from your MySQL DB
Category: PHP tutorials > Database - Difficulty:
Image Databasing
Image Databasing
This tutorial teaches you how to upload images into a mysql database using PHP.
Category: PHP tutorials > Database - Difficulty:
Creating a paging system with MySQL
Creating a paging system with MySQL
In this tutorial I will show you how to create your own paging system for a MySQL database table using PHP. You will learn how to have a list of pages automatically generated from the total row count on your table based on the limit of results to be displayed per page.
Category: PHP tutorials > Database - Difficulty:
How to map addresses from a database using Google Maps API
How to map addresses from a database using Google Maps API
I remember the first time I wanted to pull addresses from a MySQL database and dynamically map them using Google Maps API. I went through the Google Maps API Documentation, followed several online tutorials and used code other developers provided online but I couldn’t achieve what I wanted. After several days of hair pulling and heavy coffee drinking, I put together what I had learned from all that and voila! I got it to work.
Category: PHP tutorials > Database - Difficulty:
Connecting and using MySQL with PHP
Connecting and using MySQL with PHP
Connecting and using MySQL with PHP
Category: PHP tutorials > Database - Difficulty:
An introduction to MySQL databases in PHP
An introduction to MySQL databases in PHP
Databases and PHP is like Valentino Rossi and a bike, it works like a charm. In this tutorial you will be introduced to MySQL, a powerful database system.
Category: PHP tutorials > Database - Difficulty:
Insert Data - Insert information in to a PHP MySQL database using Dreamweaver
Insert Data - Insert information in to a PHP MySQL database using Dreamweaver
Insert Data - Insert information in to a PHP MySQL database using Dreamweaver
Category: PHP tutorials > Database - Difficulty:
Connecting To A Database
Connecting To A Database
Learn how to make a connection to a mysql server and select a database! smile
Category: PHP tutorials > Database - Difficulty:
MySQL Basics
MySQL Basics
This tutorial will show you how to Connect to a database server; Select a table; Insert, Edit, Delete, and View rows from that table via a PHP script.
Category: PHP tutorials > Database - Difficulty:
Importing CSV data into MySQL with a PHP script
Importing CSV data into MySQL with a PHP script
Importing CSV data into MySQL with a PHP script
Category: PHP tutorials > Database - Difficulty:
Grab and Display Database Info
Grab and Display Database Info
In this tutorial, we will be discussing how to grab information from a database and then display it.
Category: PHP tutorials > Database - Difficulty:
Creating DHTML/Javascript Tree from Mysql Data uing PHP
Creating DHTML/Javascript Tree from Mysql Data uing PHP
This sample PHP code creates a Tree from records stored in mysql database. The database has 2 tables namely categories and products, products are grouped into different categories. The tree is shown in the browser with option to expand & collapse.The database export is included with sample products and categories
Category: PHP tutorials > Database - Difficulty:
Measuring Page Load Time with PHP
Measuring Page Load Time with PHP
I go through the code needed in order to calculate how long it takes for the web page to load in seconds.
Category: PHP tutorials > Database - Difficulty:
Resource Efficient MySQL Class - Harness the power of a function called is_resource()
Resource Efficient MySQL Class - Harness the power of a function called is_resource()
Resource Efficient MySQL Class - Harness the power of a function called is_resource()
Category: PHP tutorials > Database - Difficulty:
Different MySQL Tid-Bits - A great introduction to MySQL integration with PHP
Different MySQL Tid-Bits - A great introduction to MySQL integration with PHP
Different MySQL Tid-Bits - A great introduction to MySQL integration with PHP
Category: PHP tutorials > Database - Difficulty:
Total Tutorials in Category: 155