Tutorial search
PHP Tutorials
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
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 !
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.

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.

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.

Insert Data - Insert information in to a PHP MySQL database using Dreamweaver

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.

In this tutorial, we will be discussing how to grab information from a database and then display it.

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

I go through the code needed in order to calculate how long it takes for the web page to load in seconds.

Resource Efficient MySQL Class - Harness the power of a function called is_resource()

Different MySQL Tid-Bits - A great introduction to MySQL integration with PHP
Total Tutorials in Category: 155




