|
|
|
| A very popular technique to better display content on your website utilizing MySQL and PHP to alternate your row colors of the tables your content is listed in. |
|
|
|
| Hits:
1052 |
|
| Ratings:
4.75 |
|
 |
|
|
|
|
|    Date Added: Jul-29-2005 |
|
|
|
|
|
| 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. |
|
|
|
| Hits:
913 |
|
| Ratings:
2.00 |
|
 |
|
|
|
|
|    Date Added: Jun-15-2005 |
|
|
|
|
|
| Simple PHP scripting on how to create a drop down menu using an array function. |
|
|
|
| Hits:
702 |
|
| Ratings:
4.00 |
|
 |
|
|
|
|
|    Date Added: Jun-27-2005 |
|
|
|
|
|
| PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. This article explains why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. It also covers how to tune and optimize your PHP scripts so they run even faster. |
|
|
|
| Hits:
1005 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Aug-17-2005 |
|
|
|
|
|
| This is a brief introductory tutorial on how to use arrays in PHP. |
|
|
|
| Hits:
1043 |
|
| Ratings:
3.00 |
|
 |
|
|
|
|
|    Date Added: Jun-07-2005 |
|
|
|
|
|
| For many years, arrays have been used to logically store and sequence data. They have also been the point of confusion for many developers. This article will talk about the structure of arrays and how you can create and manipulate arrays with the PHP scripting language. |
|
|
|
| Hits:
999 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Aug-02-2005 |
|
|
|
|
|
| This article is intended for the PHP programmer interested in creating a static HTML cache of dynamic PHP scripts. The article has been written specifically for an Apache server running PHP scripts, but the ideas described here are applicable to almost any Web environment. The article assumes that you have some experience with creating dynamic Web sites and that you are familiar with HTTP. |
|
|
|
| Hits:
904 |
|
| Ratings:
3.00 |
|
 |
|
|
|
|
|    Date Added: Aug-21-2005 |
|
|
|
|
|
| This article explains one of possible ways of developing PHP applications in a team. Discussion include: Single 'selector' file, Database abstraction layer, Embedding PHP, and Separation to files by functionality. To illustrate the ideas explained, the author wrote a small notebook application using a MySQL database, available for download. |
|
|
|
| Hits:
867 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jun-16-2005 |
|
|
|
|
|
| This 4-page article will explain how to use PHP output controlling functions to make your pages load faster. |
|
|
|
| Hits:
874 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jun-21-2005 |
|
|
|
|
|
| In this last part of the "Top 21 PHP Programming Mistakes" series, the discussion involves what the author calls 7 "deadly" mistakes. These are conceptual mistakes such as not allotting enough time for a project, not having a thorough code review, etc. |
|
|
|
| Hits:
636 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jul-03-2005 |
|
|
|
|
|