if ($total_nums <= 30) { $test_nums = 1; } if ($total_nums >= 31 and $total_nums <= 60) { $test_nums = 2; } if ($total_nums >= 61 and $total_nums <= 90) { $test_nums = 3; } if ($total_nums >= 91 and $total_nums <= 120) { $test_nums = 4; } if ($total_nums >= 121 and $total_nums <= 150) { $test_nums = 5; } if ($total_nums >= 151 and $total_nums <= 180) { $test_nums = 6; }
In reply to condensing code by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |