Code:
$number = (int(rand($total));
$nbr


I want the program to choose the [int[rand....) if the $nbr not is 200 or more, and it should choose $nbr if $nbr is over 200.
How would i be doing this?