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:
@@ -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",
|
||||
|
||||
BIN
images/stats/phpstats-200302.png
Normal file
BIN
images/stats/phpstats-200302.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user