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
2003-02-28 18:14:09 +00:00
parent 82cefa6e39
commit 53bf163d37
3 changed files with 5 additions and 4 deletions

View File

@@ -61,7 +61,8 @@ $stats = array(
200210 => array(9397224, 1181035),
200211 => array(9866075, 1232818),
200212 => array(10197643, 1222949),
200301 => array(10258692, 1211575)
200301 => array(10258692, 1211575),
200302 => array(10519623, 1220927)
);
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -3,15 +3,15 @@ include_once "prepend.inc";
commonHeader("PHP Usage Stats");
?>
<h1>Usage Stats for January 2003</h1>
<h1>Usage Stats for February 2003</h1>
<p>
PHP: 10,258,692 Domains, 1,211,575 IP Addresses<br>
PHP: 10,519,623 Domains, 1,220,927 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"); ?>
<?php echo print_image("stats/phpstats-200302.png", "Graph"); ?>
</p>
<p>