mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Update usage stats
This commit is contained in:
@@ -66,7 +66,9 @@ $stats = array(
|
||||
200303 => array(11860645, 1316288),
|
||||
200304 => array(12236270, 1324036),
|
||||
200305 => array(12487030, 1321203),
|
||||
200306 => array(12749410, 1317425)
|
||||
200306 => array(12749410, 1317425),
|
||||
200307 => array(13099524, 1321726),
|
||||
200308 => array(13375956, 1299371)
|
||||
);
|
||||
|
||||
$months = array(1 => "Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
|
||||
BIN
images/stats/phpstats-200308.png
Normal file
BIN
images/stats/phpstats-200308.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 June 2003</h1>
|
||||
<h1>Usage Stats for August 2003</h1>
|
||||
|
||||
<p>
|
||||
PHP: 12,749,410 Domains, 1,317,425 IP Addresses<br>
|
||||
PHP: 13,375,956 Domains, 1,299,371 IP Addresses<br>
|
||||
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<?php echo print_image("stats/phpstats-200306.png", "Graph"); ?>
|
||||
<?php echo print_image("stats/phpstats-200308.png", "Graph"); ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user