in reply to A matter of style: how to perform a simple action based on a simple condition?

To me its all the same, although i prefer and/or to && and ||
$blah and blah(); $blah or blah();
  • Comment on Re: A matter of style: how to perform a simple action based on a simple condition?
  • Download Code