mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Feb numbers
This commit is contained in:
@@ -73,7 +73,8 @@ $stats = array(
|
||||
200310 => array(13969466, 1318240),
|
||||
200311 => array(14528748, 1328604),
|
||||
200312 => array(14907816, 1336101),
|
||||
200401 => array(14699098, 1330821)
|
||||
200401 => array(14699098, 1330821),
|
||||
200402 => array(15205474, 1330021)
|
||||
);
|
||||
|
||||
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
|
||||
BIN
images/stats/phpstats-200402.png
Normal file
BIN
images/stats/phpstats-200402.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 January 2004</h1>
|
||||
<h1>Usage Stats for February 2004</h1>
|
||||
|
||||
<p>
|
||||
PHP: 14,699,098 Domains, 1,330,821 IP Addresses<br>
|
||||
PHP: 15,205,474 Domains, 1,330,021 IP Addresses<br>
|
||||
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<?php echo print_image("stats/phpstats-200401.png", "Graph"); ?>
|
||||
<?php echo print_image("stats/phpstats-200402.png", "Graph"); ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user