ODBC Socket Server
This article describes how to make Access and PHP work together using the ODBCSocketServer, an open source socket server, available at http://odbc.
Database Related
Building Next/Prev Buttons for Query Results (Part 2)
In this Part 2 of the article "Building Next/Prev Buttons for Query Results," you will be shown a sample code designed to work in most instances (with minor changes).
Database Related
Doing Simple DB Abstraction in PHP
This tutorial explains the need for database abstraction in PHP, and shows how to create your own database API that can be to used with different types of databases.
Database Related
SQL Theory & How-To
This article addresses two SQL-related issues in PHP: 1) Creating complex, powerful, queries to take advantage of your table schemas, and 2) Building those queries on the fly according to user input.
Database Related
PostgreSQL and PHP Tutorial
This is a nice tutorial on how to use PostgreSQL and PHP together.
Database Related
Best Practices: Database Abstraction
PEAR's DB classes are one of the database abstraction layers.
Database Related
Using PHP with ODBC
This is a detailed tutorial intended for the PHP programmer interested in learning more about database connectivity - using the ODBC standard.
Database Related
MySQL Compiled HTML Manual
This is a MySQL CHM (Compiled HTML Manual), based on original html-vsersion of manual from www.
Database Related
Access Granted
The author writes "mySQL comes with a pretty powerful security system, the grant tables, which allows database administrators to precisely control access to databases, tables and even specific rows and columns.
Database Related
Creating dynamic Web sites with PHP and MySQL
This free, dW-exclusive tutorial shows you how to use two open source, cross-platform tools for creating a dynamic Web site: PHP and MySQL.
Database Related