1
0
mirror of https://github.com/php/web-php.git synced 2026-03-25 15:52:08 +01:00
Files
archived-web-php/usage.php
Rasmus Lerdorf 6b2d7bb52f June numbers - spruce up the graph code slightly. It now generates a PNG
instead of a GIF to be more politically correct and it also uses slightly
transparent bars.
2001-07-21 02:27:53 +00:00

24 lines
538 B
PHP

<?php
require_once 'prepend.inc';
commonHeader("PHP Usage Stats");
?>
<h1>Usage Stats for June 2001</h1>
<p>
PHP: 6751394 Domains, 960954 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br>
</p>
<p>
<?php echo print_image("stats/phpstats-200106.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/", "E-Soft Inc.'s Web Survey"); ?>.
Spoiler: PHP is the most popular.
</p>
<?php commonFooter(); ?>