Recent content by Spor

  1. S

    speed up execution of this php operation?

    I created this function to loop through an array and find the value that fits between a range of numbers: global $levels; $xp = (int)$xp; asort($levels); reset($levels); while (key($levels)!==false) { $level = key($levels); $current =...
  2. S

    If militants of the crusades were not "true Christians", why didn't "true

    Christians" try to stop it? Since evidently, one of the commandments is against murder.
Back
Top