1
0
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:
Rasmus Lerdorf
2004-02-15 16:59:49 +00:00
parent c679e85186
commit c439eb3008
3 changed files with 5 additions and 4 deletions

View File

@@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -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>