So I have something like the following:
$a = 3; $b = 4; $c = 5; $d = 6;
and I run a comparison like
if($a>$b || $c>$d
nope. there is no way to do this in php.