|
Develop rock-solid code in PHP: Use variables effectively
|
Other links at PHP > Tutorials > Development |
| 1. |
Session Handling with PHP 4
|
|
|
Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. Creating sessions allows you to keep track of the actions of a particular user over the period of time she is viewing your web site. To associate session data with a user, you need a session identity number, that is, a key that ties the user to his data. This tutorial discusses how to open sessions, track session data, and clear the data when you no longer need it.
|
| 2. |
LAMP, MySQL/PHP Database driven websites - Part II
|
|
|
Part II of III. Includes discussion of Many to Many relationships, OOP, PHP Documentor, using classes, and emitting Javascript with PHP. The series was originally titled: LAMP, MySQL/PHP Database driven website design and development, and the List-Detail-Post paradigm. Were shortening from here out.
|
| 3. |
Output buffering, and how it can change your life
|
|
|
Output buffering is a powerful feature of PHP 4.0. that lets developers create advanced and efficient programs very easily. This article covers the HTTP header, how output buffering helps you deal with it, and describes several advanced usages of the output buffering feature.
|
| 5. |
PHP Debugging Tutorial
|
|
|
Some pointers to debugging your code along with a few hints on how to avoid making silly mistakes in your code.
|
|
|