Submit Tutorial   

PHP MySQL Improved
PHP » Database Integration | July 04, 2008
PHP MySQL Improved introduction and guide
MySQL Tutorial
PHP » Database Integration | July 04, 2008
MySQL tutorial step by step with practical examples. It very useful for you to start program PHP/MySQL.
Create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL
PHP » Database Integration | July 04, 2008
This tutorial explains how to create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL.
Adding Info To A MySQL Database Via Queries
PHP » Database Integration | July 04, 2008
A tutorial on submitting information to a database via simple PHP Queries.
PHP MySQL tutorial
PHP » Database Integration | July 03, 2008
In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.
Creating a Simple Database Abstraction Layer
PHP » Database Integration | July 04, 2008
If you ever intend to create an open source PHP script that utilizes a database, you will likely at one time or another be faced with the question "How do I interface with more than one type of database system?" The answer is simple: a database abstraction layer. We'll show you how to create a simple database abstraction layer that works with MySQL, MsSQL, and PostgreSQL in this example.
Writing your own MySql class
PHP » Database Integration | July 04, 2008
In this tutorial we cover how to make a MySql class file which will control all database activity.
Get MySQL database layout in XML format
PHP » Database Integration | July 04, 2008
Learn how to fetch MySQL database layout in a XML format.
Simple chatbox in PHP/MYSQL
PHP » Database Integration | July 04, 2008
Learn how to make a easy chatroom with php and mysql.
Banner System
PHP » Database Integration | July 04, 2008
A simple banner system to randomly rotate images in a MySQL database.
Updating Database
PHP » Database Integration | July 04, 2008
Update multiple rows in MySQL with this detailed tutorial.
MySQL Search Engine
PHP » Database Integration | July 04, 2008
Learn how to do a simple search engine using MySQL database.