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
2004-01-01 19:21:54 +00:00
parent 4a47876b96
commit 757fb2c08d
3 changed files with 5 additions and 4 deletions

View File

@@ -72,7 +72,8 @@ $stats = array(
200309 => array(13717527, 1310849),
200310 => array(13969466, 1318240),
200311 => array(14528748, 1328604),
200312 => array(14907816, 1336101)
200312 => array(14907816, 1336101),
200401 => array(14699098, 1330821)
);
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -5,15 +5,15 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP Usage Stats");
?>
<h1>Usage Stats for December 2003</h1>
<h1>Usage Stats for January 2004</h1>
<p>
PHP: 14,907,816 Domains, 1,336,101 IP Addresses<br>
PHP: 14,699,098 Domains, 1,330,821 IP Addresses<br>
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
</p>
<p>
<?php echo print_image("stats/phpstats-200312.png", "Graph"); ?>
<?php echo print_image("stats/phpstats-200401.png", "Graph"); ?>
</p>
<p>