MySQL FAQs - Managing Tables and Running Queries with PHP Scripts
A collection of 18 tips on managing tables and data rows with PHP scripts.
Database Related
Rankin project : Table listing, insert, modify & delete
All scripts contained within the 'rankin' original project folder are intended to offer the PHP/MySQL 'novice' access to a series of scripts which can be used as an instructional aid and a set of templates in order to get a good head start on developing web applications that maintain database records (list, insert, modify & delete records).
Database Related
Display MySQL table as HTML example
This example use MySQL functions from PHP to display full MySQL table(every column and every row) as HTML.
Database Related
Alternate row colours using MySQL
T
Database Related
MySQL Table Fields Data Typs
Learn the three main basic data types used in MySQL and how to utilize them to build a more effective dynamic web site.
Database Related
Database Abstraction with ADODB
The use of abstraction layers is a controversial topic among PHP users.
Database Related
Caching your pages with php
Php caching techniques to increase database overhead.
Database Related
Install ADOdb Database Abstraction Layer
Do you get stressed out by mysql or other database queries? Do you use multiple databases and wish there was just one way to handle all of your queries? ADOdb is a system that executes queries to any type of database the same way, so you only have to know how to do it their way.
Database Related
Get metadata on MySQL databases
Getting information about databases if essential if you want to write generic and scalable applications.
Database Related
Migration of Access data to MySQL
In this tutorial you will learn how to migrate "Access data to MySQL".
Database Related