1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 15:22:19 +01:00
Files
archived-web-php/usage.php
2002-04-02 18:10:25 +00:00

23 lines
545 B
PHP

<?php
require_once 'prepend.inc';
commonHeader("PHP Usage Stats");
?>
<h1>Usage Stats for March 2002</h1>
<p>
PHP: 8,861,195 Domains, 1,142,955 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br>
</p>
<p>
<?php echo print_image("stats/phpstats-200203.png", "Graph"); ?>
</p>
<p>
You can also see how popular PHP is relative to other Apache modules
at <?php print_link("http://www.securityspace.com/s_survey/", "SecuritySpace's Web Survey"); ?>.
Spoiler: PHP is the most popular.
</p>
<?php commonFooter(); ?>