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
Gabor Hojtsy 1788a38d7c Apply the new include methods, add base page values and a few
WS modifications to let the printed code be in line with our common
stuff...
2003-08-02 16:44:53 +00:00

28 lines
734 B
PHP

<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'usage.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
commonHeader("PHP Usage Stats");
?>
<h1>Usage Stats for August 2003</h1>
<p>
PHP: 13,375,956 Domains, 1,299,371 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
</p>
<p>
<?php echo print_image("stats/phpstats-200308.png", "Graph"); ?>
</p>
<p>
You can also see how popular PHP is relative to other Apache modules
at <a href="http://www.securityspace.com/s_survey/">SecuritySpace's
Web Survey</a>. 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 commonFooter(); ?>