Anyone know how to do this?
Posted: Sat Aug 17, 2002 6:54 am
Any ideas?
I just need to know how to do the "if ($something is between 1 and 10)" part.
===============
I just need to know how to do the "if ($something is between 1 and 10)" part.
===============
Code: Select all
$something = 3;
if ($something is between 1 and 10) {
DO THIS
}
else {
DO THIS
}