PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/usage.php

https://github.com/Robervaldo/web-php
PHP | 38 lines | 30 code | 7 blank | 1 comment | 1 complexity | d6e615d4131372ec3a5868bc03765ce3 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 April 2007</h1>
  8. <p>
  9. PHP: 20,917,850 domains, 1,224,183 IP addresses<br />
  10. Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
  11. </p>
  12. <p>
  13. <?php echo print_image("stats/phpstats-200707.png", "Graph"); ?>
  14. </p>
  15. <p>
  16. You can also see how popular PHP is relative to other Apache modules
  17. at <a href="http://www.securityspace.com/s_survey/">SecuritySpace's
  18. Web Survey</a>. Spoiler: PHP is the most popular.
  19. </p>
  20. <p>
  21. There is also a
  22. <a href="http://www.tiobe.com/tpci.htm">Programming Community Index</a>
  23. provided by TIOBE.
  24. </p>
  25. <p>
  26. There are <a href="http://www.nexen.net/chiffres_cles/phpversion/">
  27. detailed stats about PHP</a>, by version, by countries, by web servers
  28. and evolution from the &quot;PHP version tracker&quot;, run by
  29. <a href="http://www.nexen.net/">nexen.net</a>.
  30. </p>
  31. <?php site_footer(); ?>