Official Review
NULL
|
Other links at PHP > Magazine Articles |
| 1. |
Simple Server Side Includes
|
|
|
Anyone who's ever had to change a multitude of static pages on a site knows what a pain it is to find and change the same snippets of code on one page after another- even using an HTML editor's find-and-replace function can be cumbersome since you have to upload...
|
| 3. |
Web Services with PHP using XML-RPC
|
|
|
One of the most important ideas in creating scalable Web sites is to decompose our programs into more modular Web services. Our Web pages will no longer read a database, process the business logic and spew out HTML. Instead we will subdivide our pages into multiple sections, and render each section by calling different Web services. In this way we spread the CPU load across multiple servers. This article shows you how to implement these Web services using XML-RPC and PHP.
|
| 4. |
What You Should Know About PHP
|
|
|
PHP can help you look like a web-wunderkid while saving you hours of drudgery. This online article / tutorial presents a little history on PHP, what PHP can do, how to get started with PHP, and more.
|
| 5. |
Apache for Developers
|
|
|
In this article, you will learn about the general development features of Apache, as well as two particular environments that lend themselves to serious applications. The first, PHP, is a strong language for database-related functions. The second, mod_perl, moves Perl scripting into the high-performance arena and extends what you can do with it.
|
|
|