i know that < is lessthan and > is greater than but how do i do lessthan and equal to ... please help i know the actull symbol but how do i do it in php
do you mean
<? $a = 1; $b = 2; if($a>=$b) echo "a is bigger or equal to b."; else echo "b is bigger than a."; ?>
is that what you were looking for ?
As far as I know, you can do one of two things:
if($variable=="1"||$variable<"1")
if($variable=<"1")
its within a sql query so would level =< work