 | Creating Dynamic Next / Previous Buttons with PHP |
| This tutorial explains how to program Next / Previous buttons with a dynamic, reusable class using PHP and MySQL or PostGreSQL. |
| PHP Tutorials > Database Related |
| |
 | Uploading, Saving and Downloading Binary Data in a |
| 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 in a MySQL database. This article is split into three pages: Setting up the database, Creating the 'upload' s |
| PHP Tutorials > Database Related |
| |
 | Data Integrity using MySQL and PHP |
| This is an overview of relational database concepts, specifically MySQL. It illustrate each of the concepts through simple examples. |
| PHP Tutorials > Database Related |
| |
 | Setting Up Database Driven Websites |
| This tutorial is an introductory guide to get you started in the world of server-side-scripting and web databases. It covers installation and configuration of MySQL, Apache, and PHP. An example script is also included as a guide for making your own server |
| PHP Tutorials > Database Related |
| |
 | 121 Access to MySQL Tutorial |
| Not sure how to make use of the free MySQL database space included with your web-hosting plan? This step-by-step tutorial explains a simple way to upload data from a Microsoft Access database to the MySQL database at your ISP. The tutorial also contains a |
| PHP Tutorials > Database Related |
| |
 | Uploading, Saving and Downloading Binary Data in a |
| 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 in a MySQL database. This article is split into three pages: Setting up the database, Creating the 'upload' s |
| PHP Tutorials > Database Related |
| |
 | Building database table handlers in PHP using OO a |
| OO approach described in this article help to create "data layer" in minutes if not seconds and make code more understandable and error-free. Enjoy |
| PHP Tutorials > Database Related |
| |
 | Website Database Basics With PHP and MySQL |
| As your website grows you may run into two problems: Your website has so much information that visitors can't quickly find what they want and visitors want to give you information. Both of these problems can be solved by building a database on a website. |
| PHP Tutorials > Database Related |
| |
 | Database Normalization And Design Techniques |
| 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 a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to |
| PHP Tutorials > Database Related |
| |
 | Best Practices: Database Abstraction |
| PEARs DB classes are one of the database abstraction layers. This article takes a look at some traditional database access methods and then compare them with the method employed by PEAR. |
| PHP Tutorials > Database Related |
| |
 | MySQL Table Joins |
| One of the great characteristics of SQL (Structured Query Language) is the fact that one can develop access and modify data across various tables. There are several benefits to this, including greater ease of manipulation, increased speed of access, and r |
| PHP Tutorials > Database Related |
| |
 | Connect to MySQL |
| Shows you how to connect to a MySQL Server. |
| PHP Tutorials > Database Related |
| |
 | Start Using MySQL |
| A Brief introduction in how to use MySQL, Great tutorial for beginners. |
| PHP Tutorials > Database Related |
| |
 | Script Web databases quickly with PHP |
| In this tutorial, you"ll learn how to install and configure PHP for use with the Apache Web server on UNIX or the Microsoft Internet Information Server on Windows NT. Then you"ll see by example how to use PHP to route HTML conditionally, to develop a simp |
| PHP Tutorials > Database Related |
| |
 | Oracle and PHP |
| PHP provides built in functions to access just about every database that exists, including Oracle. This 8-page tutorial illustrates how to use these built in functions to communicate with an Oracle database. |
| PHP Tutorials > Database Related |
| |
 | MySQL Essentials |
| This is a quick MySQL reference for your daily practice or for learning MySQL. This one page document includes most of the commands you will need to create databases and tables, run queries and process data. The download file format in MS Word. |
| PHP Tutorials > Database Related |
| |
 | MySQL and PHP |
| PHP provides built in functions to access just about every database that exists. MySQL is well designed, powerful and most importantly free in some situations. In this tutorial, you will learn how to access MySQL using PHP. Main topics include: Create A D |
| PHP Tutorials > Database Related |
| |
 | Web Database Tutorial (PHP & MySQL) |
| This is a tutorial on how to create a web database application using PHP and MySQL on Mac OS X or Linux platforms. The example used is a database to manage web site links. The same ideas used in this tutorial can be expanded to most web applications like |
| PHP Tutorials > Database Related |
| |
 | An Introduction to Database Normalization (part 2) |
| The author notes, "Last week we introduced you to the basics of creating an efficient database table structure. After todays concluding article of this series you"ll be able to create some of your own MySQL-powered applications, or use this syntax as the. |
| PHP Tutorials > 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. Main topics include: Creating an Access database, Setting up an ODBC Connection, and Interfacing with database. |
| PHP Tutorials > Database Related |
| |