1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

New numbers

This commit is contained in:
Rasmus Lerdorf
2006-03-04 20:13:20 +00:00
parent 3854a44ea5
commit 8273bfb7c4
3 changed files with 4 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ $stats = array(
200512 => array(22172983, 1277375),
200601 => array(20285205, 1278151),
200602 => array(21340831, 1268048),
200603 => array(21439178, 1277736),
);
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -5,15 +5,15 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP Usage Stats");
?>
<h1>Usage Stats for February 2006</h1>
<h1>Usage Stats for March 2006</h1>
<p>
PHP: 21,340,831 Domains, 1,268,048 IP Addresses<br>
PHP: 21,439,178 Domains, 1,277,736 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
</p>
<p>
<?php echo print_image("stats/phpstats-200602.png", "Graph"); ?>
<?php echo print_image("stats/phpstats-200603.png", "Graph"); ?>
</p>
<p>