|
Outputting any MySQL table in HTML format
|
Other links at PHP > Tutorials > Database-Related |
| 1. |
Getting leaf items of the tree structure
|
|
|
Do you know what is a tree structure? It is method of representing and storing some information. Sometimes in complicated applications you need to store data in this way. So find out how to print the leaf items of the tree structure using SQL and the general PHP features.
|
| 2. |
Simple Connection to Oracle
|
|
|
PHP has numerous functions for connecting to Oracle databases, which is a plus because if youve spent the money to purchase an Oracle, youll want to be able to connect to it using this new-fangled programming language thats all the rage. The PHP Manual has the definitive list of PHP to Oracle connectivity functions. This tutorial shows how to use just a few of these functions to make a simple connection to Oracle.
|
| 3. |
Using PostgreSQL With PHP
|
|
|
This tutorial is very basic, and will provide you with all of the information youll need to start using PostgreSQL With PHP.
|
| 4. |
PHP4 Session Handler using ADODB
|
|
|
PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great holders of state information and other useful stuff. PHP4s session variables are stored in files by default. However for true scalability, it is better to store this data in a database using a database wrapper library like ADODB. ADODB supports Oracle, MySQL, PostgreSQL, Interbase, MSSQL, VFP, Access, ADO.
|
|
|