PageRenderTime 55ms CodeModel.GetById 31ms RepoModel.GetById 1ms app.codeStats 0ms

/countplus.php

https://github.com/klanestro/Vortoj
PHP | 35 lines | 12 code | 16 blank | 7 comment | 1 complexity | 06bdd98001256781331baa4521cf102d MD5 | raw file
  1. <!-- Created by Talisman with Medical Marijuana -->
  2. <!-- KlanestroTalisman@gmail.com -->
  3. <!>
  4. <?php
  5. // I am working on matching the individual words from array $frequency
  6. // to the search results from that individual word.
  7. include 'utf8wordcount.php';
  8. include 'preniVortoj.php';
  9. // print_r($frequency);
  10. echo count($frequency);
  11. //showphp_AlexVortaro ();
  12. //showphp_Smartfm();
  13. for($i=0; $i<count($frequency); $i++) {
  14. showphp_AlexVortaro(getphp_AlexVortaro($frequency[$i]));
  15. showphp_Smartfm($frequency[$i]);
  16. }
  17. //getphp_AlexVortaro ($vorto)
  18. //getphp_Smartfm($vorto)
  19. ?>