|
Alternating row colors
|
Other links at PHP > Tutorials > Development |
| 2. |
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.
|
| 4. |
Checking Data
|
|
|
This article discusses three basic steps that can be taken to avoid creating bad code: ensuring that you can trust your input by verifying the input you receive from users, manipulating that input data carefully, and providing the appropriate people with secure, reliable access to that data.
|
| 5. |
Introduction to If Else Statements - Part 2
|
|
|
This tutorial is a follow-on to the Introduction to If Else Statements - Part 1. Here we show you how to exercise your mind utilizing If Else Statements to build an online 5 star rating system that allows users to vote on your content.
|
|
|