PHP example repository.
Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
Other links at PHP > Magazine Articles
While the success of Open Source software like Linux or Apache has been documented extensively throughout all mainstream media, the rise of PHP has gone largely unnoticed. Still, the Web scripting language PHP is the most popular module for the Apache Web server, according to a E-Soft survey (http://www.e-softinc.com/survey/). Netcraft studies have found that PHP is in use on over 6% of all Web domains in the world (see http://www.netcraft.com/survey). That is an incredible market penetration for a rather specialized product. This popularity continues to rise exponentially, with the new version 4.0 just around the corner. Increasingly, this is being reflected in traditional media: By May 2000, more than 20 books about PHP have been published in different languages, with more in the pipeline. Commercial players are beginning to join the bandwagon: PHP is included with Web servers, for example C2's Stronghold, and Linux distributions. A new company, Zend Technologies, has been formed to provide commercial add-ons and support for PHP. A long list of large-scale Web sites employ PHP, as well as hundreds of thousands small to medium Web sites. Enough reasons to take a closer look at PHP.
Category:
Export MS Excel file data on your WEB site directly!
Today we may assume with confidence that internet commercial activity cannot be considered as an outstanding step of a company that wishes to increase its market share by attracting new customers. Quite the contrary, in the modern world almost every company involved in sell/purchase activity yet lacking its virtual business representation, evokes a sincere perplexity. As a result, there are many IT companies offering their software products developed specially for e-business; but almost every software product has its own sticking points.
Category:
This lab series is not a tutorial on writing PHP programs or scripting dynamic Web pages. Rather its intent is to demonstrate how you can use PHP to separate the different elements that make up well designed and valid Web pages into their component parts and have these parts adapt in certain powerful ways. These components correlate almost exactly with the modular design of XHTML itself. Any number of other open-source languages such as Perl or Python could be used to achieve the same goal. Or commercial ones certainly, but let?s not go there.
Category:
PHP is a valuable item in any Web developer's toolbox. The server-side technology allows for rapid development of dynamic, database-driven applications. One of PHP's major strengths is its ability to connect with many different databases, including Sybase, PostgreSQL, Oracle, or MySQL.
Database connectivity, however, is also one of PHP's major weaknesses. Specifically, PHP's lack of a standard database API makes switching databases difficult and costly once an application has been written. For example, if you write a program that uses a MySQL database on the back end, and you want to modify that program so that it uses a Sybase database, you'll most likely spend hours modifying the code.
Category:
PHP.Pirus is the first virus written in PHP, a server-side scripting language used for dynamic Web page generation. The virus runs only on servers with PHP interpreters. This virus cannot be contracted by simply visiting an infected Web page. The virus is saved as a file on the hard drive, and it inserts code into .php and .htm files to call itself. The name of the virus file varies, but is likely to use the extension .php
Category: