mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Added May's netcraft stats.
This commit is contained in:
@@ -88,7 +88,8 @@ $stats = array(
|
||||
200501 => array(18455683, 1317871),
|
||||
200502 => array(18827149, 1307980),
|
||||
200503 => array(19279566, 1303710),
|
||||
200504 => array(19720597, 1310181)
|
||||
200504 => array(19720597, 1310181),
|
||||
200505 => array(20157542, 1303750),
|
||||
);
|
||||
|
||||
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
|
||||
BIN
images/stats/phpstats-200505.png
Normal file
BIN
images/stats/phpstats-200505.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 April 2005</h1>
|
||||
<h1>Usage Stats for May 2005</h1>
|
||||
|
||||
<p>
|
||||
PHP: 19,720,597 Domains, 1,310,181 IP Addresses<br>
|
||||
PHP: 20,157,542 Domains, 1,303,750 IP Addresses<br>
|
||||
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<?php echo print_image("stats/phpstats-200504.png", "Graph"); ?>
|
||||
<?php echo print_image("stats/phpstats-200505.png", "Graph"); ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user