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:
@@ -99,6 +99,7 @@ $stats = array(
|
||||
200512 => array(22172983, 1277375),
|
||||
200601 => array(20285205, 1278151),
|
||||
200602 => array(21340831, 1268048),
|
||||
200603 => array(21439178, 1277736),
|
||||
);
|
||||
|
||||
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
|
||||
BIN
images/stats/phpstats-200603.png
Normal file
BIN
images/stats/phpstats-200603.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -5,15 +5,15 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
site_header("PHP Usage Stats");
|
||||
?>
|
||||
|
||||
<h1>Usage Stats for February 2006</h1>
|
||||
<h1>Usage Stats for March 2006</h1>
|
||||
|
||||
<p>
|
||||
PHP: 21,340,831 Domains, 1,268,048 IP Addresses<br>
|
||||
PHP: 21,439,178 Domains, 1,277,736 IP Addresses<br>
|
||||
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<?php echo print_image("stats/phpstats-200602.png", "Graph"); ?>
|
||||
<?php echo print_image("stats/phpstats-200603.png", "Graph"); ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user