Ok i am trying to make a set of numbers from 0,1,2,3.... up to 100 into a variable so that i can check another variable is equal to 0 to 100
problem is i could easily use array (0 , 1 , 2 , etc but this is far to big a code and when i tried range it just put 100 into the variable
any help on doign this will eb appericated
if there a better php code to use please give advice