if statement
Posted: Sun Oct 11, 2009 4:05 pm
is there a way to do an if statement something like this
if ( $points>0 AND <30 ) {
i want the if statement to execute the code, if its between 0-30
if ( $points>0 AND <30 ) {
i want the if statement to execute the code, if its between 0-30