1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/usage.php
Sascha Schumann 7888efc0e2 Add missing <br>
2001-01-13 08:18:56 +00:00

15 lines
484 B
PHP

<?
require("shared.inc");
commonHeader("PHP Usage Stats");
?>
Dec 2000: PHP: 4775580 Domains, 803889 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br>
<img src="gifs/phpstats-200012.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(); ?>