|
Are PHP and MySQL the Perfect Couple?
|
Other links at PHP > Tutorials > Database-Related |
| 1. |
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. This article shows how to create functions that will eliminate this redundancy. The tutorial uses MySQL as the database, but the database layer is irrelevant. These functions can be adapted to use other databases.
|
| 4. |
Data Integrity Using MySQL and PHP (Part 2)
|
|
|
A continuation of the series, "Data Integrity Using MySQL and PHP," this article discusses the concept of auto_increment fields in MySQL, to cause MySQL to store a unique, incrementing integer in the field of each new row.
|
| 5. |
Display a Database
|
|
|
In this tutorial you will learn how to connect to a MySQL databse and get data from the database and display it.
|
|
|