mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Here goes June 2005's stats.
This commit is contained in:
@@ -90,6 +90,7 @@ $stats = array(
|
||||
200503 => array(19279566, 1303710),
|
||||
200504 => array(19720597, 1310181),
|
||||
200505 => array(20157542, 1303750),
|
||||
200506 => array(20478778, 1299068),
|
||||
);
|
||||
|
||||
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
|
||||
BIN
images/stats/phpstats-200506.png
Normal file
BIN
images/stats/phpstats-200506.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -5,15 +5,15 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
site_header("PHP Usage Stats");
|
||||
?>
|
||||
|
||||
<h1>Usage Stats for May 2005</h1>
|
||||
<h1>Usage Stats for June 2005</h1>
|
||||
|
||||
<p>
|
||||
PHP: 20,157,542 Domains, 1,303,750 IP Addresses<br>
|
||||
PHP: 20,478,778 Domains, 1,299,068 IP Addresses<br>
|
||||
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<?php echo print_image("stats/phpstats-200505.png", "Graph"); ?>
|
||||
<?php echo print_image("stats/phpstats-200506.png", "Graph"); ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user