|
Adding Rows into mySQL from a web interface
|
Other links at PHP > Tutorials > Database-Related |
| 2. |
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.
|
| 3. |
PHP and MySQL examples
|
|
|
The purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the results returned.
|
| 4. |
PHPLIB and multiple databases
|
|
|
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 PHPLIB in other ways. Read this article to the end and then think about situations where PHPLIB performs 98% of what you want.
|
| 5. |
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.
|
|
|