mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Update usage graph
This commit is contained in:
@@ -64,7 +64,8 @@ $stats = array(
|
||||
200301 => array(10258692, 1211575),
|
||||
200302 => array(10519623, 1220927),
|
||||
200303 => array(11860645, 1316288),
|
||||
200304 => array(12236270, 1324036)
|
||||
200304 => array(12236270, 1324036),
|
||||
200305 => array(12487030, 1321203)
|
||||
);
|
||||
|
||||
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
|
||||
BIN
images/stats/phpstats-200305.png
Normal file
BIN
images/stats/phpstats-200305.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -3,15 +3,15 @@ include "./include/prepend.inc";
|
||||
commonHeader("PHP Usage Stats");
|
||||
?>
|
||||
|
||||
<h1>Usage Stats for April 2003</h1>
|
||||
<h1>Usage Stats for May 2003</h1>
|
||||
|
||||
<p>
|
||||
PHP: 12,236,270 Domains, 1,324,036 IP Addresses<br>
|
||||
PHP: 12,487,030 Domains, 1,321,203 IP Addresses<br>
|
||||
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<?php echo print_image("stats/phpstats-200304.png", "Graph"); ?>
|
||||
<?php echo print_image("stats/phpstats-200305.png", "Graph"); ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user