Yeh how can i get my points to display as levels
So if i want from 0 to 100 to be level 1
then from 100 to 200 to be level 2 etc
say all the way upto 900 to 1000 level 10
i have tried
But it only displays the levels when the points are either the first number or the last numberPHP Code:if ($op[points] <0 && $op[points] >100) {
echo "Level 1";
} else {
if ($op[points] <100 && $op[points] >200) {
echo "Level 2";
}
etc..
any help?
Moved by Agesilaus (Forum Moderator) from Designing and Development: Please post in the correct forum next time.![]()






Reply With Quote




