A Contact Database using MySQL and PHP
MySQL has a small, highly optimized database engine that implements the entry-level SQL92 specification.
Database Related
Interfacing With MS Access 97+
Here, you will learn how to create an MS Access database and interface with it using PHP on Windows platform.
Database Related
Oracle and PHP
PHP provides built in functions to access just about every database that exists, including Oracle.
Database Related
Simple Connection to Informix
This tutorial explains how to make a simple connection to Informix and select some data using PHP.
Database Related
Simple Connection to mSQL
This tutorial descripbes how to make a simple connection to mSQL using a few PHP functions.
Database Related
Simple Connection to Sybase
This tutorial explains how to make a simple connection to Sybase using a few PHP functions.
Database Related
Descriptions of Common Data Types
This is a short reference to common data types of MySQL database, a shorter version of the one found in the MySQL manual.
Database Related
Simple Connection to MySQL
The MySQL database is one of the most popular among PHP developers, and there are numerous well-documented PHP functions you can use in conjunction with your MySQL databases.
Database Related
Simple ODBC Connections
PHP includes functions for Open Database Connectivity (ODBC), which is useful if, for example, you want to connect to a Microsoft Access data source on Windows NT.
Database Related
SQL Database Function Wrappers
When interacting with a database, functions are called that are common to every transaction; functions to establish a connection, execute the query and then close the connection.
Database Related