Official Review
NULL
|
Other links at PHP > Magazine Articles |
| 2. |
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.
|
| 3. |
PHP: Hackers Paradise
|
|
|
Being a good PHP hacker isn't just about writing single line solutions to complex problems. For example, web gurus know that speed ofcoding is much more important than speed of code. This article looks at techniques that can help you become a better PHP hacker. It assumes that you have a basic knowledge of PHP and databases.
|
| 4. |
PHP.Pirus
|
|
|
According to Symantec AntiVirus Research Center, "PHP.Pirus is the first virus written in PHP, a server-side scripting language used for dynamic Web page generation. The virus searches for .php and .htm files and inserts code to call itself. The virus executes only on servers with PHP interpreters. This virus cannot be contracted by simply visiting an infected Web page." The Web page offers technical description and how to remove the virus.
|
| 5. |
Server-side scripting languages
|
|
|
Can't decide whether to use PHP scripts, Perl CGIs, or Java servlets for your next Web development project? This article will help you decide by providing a side-by-side comparison of the functioning source code of all three languages
|
|
|