Forum Moderators: coopster
if (($cmd) && (($compliance) ¦¦ ($sessioninfo))) { ...
if($cmd && ($compliance ¦¦ $sessioninfo)){ ...
Which is ssyntactically correct. If it's logically correct only you can know.
if this exists AND ( if this OR this exist ) , do this...
in the end i had to do it as:
if (this) { if (this OR this) { ...