PageRenderTime 32ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/usage.php

https://github.com/arto93/web-php
PHP | 41 lines | 33 code | 7 blank | 1 comment | 3 complexity | a960539a5d8985593aa935c38e9a1ebd MD5 | raw file
  1. <?php
  2. // $Id$
  3. $_SERVER['BASE_PAGE'] = 'usage.php';
  4. include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
  5. site_header("PHP Usage Stats", array("current" => "community"));
  6. ?>
  7. <h1>Usage Stats for January 2013</h1>
  8. <p>
  9. PHP: 244M sites, 2.1M IP addresses<br />
  10. Source: <a href="http://news.netcraft.com/archives/2013/01/31/php-just-grows-grows.html">Netcraft</a><br />
  11. </p>
  12. <p>
  13. <?php print_image("stats/php-trend-201301-netcraft.png", "Graph"); ?>
  14. </p>
  15. <p>
  16. <a href="http://w3techs.com/">w3techs.com</a> provides statistics for
  17. <a href="http://w3techs.com/technologies/overview/programming_language/all">server-side programming languages</a>
  18. where you can also see the market share
  19. <a href="http://w3techs.com/technologies/details/pl-php/all/all">by version</a>.
  20. <br />
  21. See their <a href="http://w3techs.com/faq">FAQ</a> and <a href="http://w3techs.com/technologies">technologies</a>
  22. page for the details of the methodologies used for the surveys.
  23. </p>
  24. <p>
  25. You can also see how popular PHP is relative to other Apache modules
  26. at <a href="http://www.securityspace.com/bizintel/index.html">SecuritySpace's
  27. Web Survey</a>.
  28. </p>
  29. <p>
  30. There is also a
  31. <a href="http://www.tiobe.com/tpci.htm">Programming Community Index</a>
  32. provided by TIOBE.
  33. </p>
  34. <?php site_footer(); ?>