1
0
mirror of https://github.com/php/web-php.git synced 2026-04-29 01:43:15 +02:00
Files
archived-web-php/usage.php
T
Rasmus Lerdorf 00d6fe97d1 January numbers
2003-02-10 21:12:08 +00:00

28 lines
721 B
PHP

<?php
include_once "prepend.inc";
commonHeader("PHP Usage Stats");
?>
<h1>Usage Stats for January 2003</h1>
<p>
PHP: 10,258,692 Domains, 1,211,575 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br>
</p>
<p>
<?php echo print_image("stats/phpstats-200301.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. There is also a
<a href="http://www.tiobe.com/tpci.htm">Programming Community Index</a>
provided by TIOBE.
</p>
<?php include_once "langchooser.inc"; echo "<!-- $LANG -->"; ?>
<?php commonFooter(); ?>