Advertisment
PEAR's DB classes are one of the database abstraction layers. This article takes a look at some traditional database access methods and then...
This is a nice tutorial on how to use PostgreSQL and PHP together. Topics covered include: Installation of PostgreSQL, PHP, and Apache, A Brief...
This article addresses two SQL-related issues in PHP: 1) Creating complex, powerful, queries to take advantage of your table schemas, and 2)...
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...
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...
This article describes how to make Access and PHP work together using the ODBCSocketServer, an open source socket server, available at...
This tutorial explains how to program Next / Previous buttons with a dynamic, reusable class using PHP and MySQL or PostGreSQL.
This 6-page article explains how to create an extension to PHPLIB to work with multiple databases. You may find this article helps you extend...
This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files...
Many devs using MySQL have fallen in love with PHP. Jason Gilmore explains why they're the perfect couple. This is ore of an introductory...
One of the great characteristics of SQL (Structured Query Language) is the fact that one can develop access and modify data across various tables....
PHP can be used for many things, including grabbing your MySQL database entries. Here we learn two methods of doing so.
In this two-page online tutorial you will learn how to create a database-driven site that can display content on request. It covers topics on a...
MySQL has a small, highly optimized database engine that implements the entry-level SQL92 specification. Its rich set of support tools lets you...
PHP provides built in functions to access just about every database that exists. MySQL is well designed, powerful and most importantly free in some...
Here, you will learn how to create an MS Access database and interface with it using PHP on Windows platform. Main topics include: Creating an...
When interacting with a database, functions are called that are common to every transaction; functions to establish a connection, execute the query...
This tutorial explains how to use several basic MySQL database functions in PHP. Main topics include: Connecting to a mySQL database using PHP,...
This is the second part of creating Web-based admin user interface. This tutorial covers adding and deleting users via Web form using a MySQL...
One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you...