mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
14 lines
442 B
PHP
14 lines
442 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP Usage Stats");
|
|
?>
|
|
February 2000: 1412822 Domains, 428840 IP Addresses<br>
|
|
Source: <a href="http://www.netcraft.com">Netcraft</a><br>
|
|
<img src="gifs/phpstats-200002.gif"><br clear=left>
|
|
|
|
<p>You can also see how popular PHP is relative to other Apache modules
|
|
at <a href="http://www.securityspace.com/s_survey/">E-Soft Inc.'s
|
|
web survey</a>. (Spoiler: PHP is the most popular)
|
|
|
|
<? commonFooter(); ?>
|