mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
15 lines
480 B
PHP
15 lines
480 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP Usage Stats");
|
|
?>
|
|
June 2000: 2756002 Domains, 571610 IP Addresses<br>
|
|
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br>
|
|
<img src="gifs/phpstats-200006.gif" width=780 height=350 alt="Graph"
|
|
><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(); ?>
|