|
Getting leaf items of the tree structure
|
Other links at PHP > Tutorials > Database-Related |
| 1. |
Configuring PHP with ORACLE 8i Support
|
|
|
This article will briefly describe how to compile PHP with ORACLE 8i support. The author writes "when i try to compile php with oracle support on Solaris 2.6 i got lots of problems. after tedious search in internet i have found solution. I have following configuration: ORACLE 8.1.6; PHP 4.0.6; Apache 1.3.19 (Already Installed)."
|
| 2. |
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.
|
| 3. |
Creating Database Error Messages
|
|
|
Ever see the little errors of unable to find a file that is stored in mysql? Well you can use this tutorial to add a little message so the viewers know whats going on.
|
| 4. |
Add Row to a Database Table
|
|
|
In this tutorial you will learn how to add a row to a MySQL database using the power of PHP. This would work great for a comment board.
|
|
|