Any PHP guys here? Need quick help with an IF statement
I need to say:
<!-- IF loggedin_can_upgrade_account == "1" -->
AND
<!-- IF session.group_id == "5" -->
THEN do something I want
<!-- ENDIF -->
So how do I put those 2 conditions together? So I just list them seperately, or put them on the same line. I know nothing about php
thanks
|