|
Display a Database
|
Other links at PHP > Tutorials > Database-Related |
| 3. |
Simple ODBC Connections
|
|
|
PHP includes functions for Open Database Connectivity (ODBC), which is useful if, for example, you want to connect to a Microsoft Access data source on Windows NT. An increasing number of PHP developers are using the ODBC functions to connect to databases; to that end, the ODBC functions are numerous and well-documented in the PHP Manual. This tutorial presents how to make simple ODBC connections using just a few of these functions.
|
| 4. |
Creating A MySQL Database in PHP
|
|
|
This great PHP tutorial will show you how to use PHP to create a new MySql database. Very useful for installation scripts and other scripts.
|
| 5. |
Add a Row to mySQL
|
|
|
Learn how to add a row to a mySQL database using a PHP form. Here is a useful script that Spoono uses to update the news.
|
|
|