Hi,
I'm working on a script which needs to check if a value is less than and greater than other values.
I tried this piece of code to get syntax errors:
if ($a < 50 > 100){
echo "something";
}
Could anyone help me fix this problem as I don't think there's an alternative to this for my script.
Many Thanks.