[pmwiki-devel] php logic question

Hans design5 at softflow.co.uk
Tue Mar 13 15:42:59 CDT 2007


For logical condition tests, is the following allowed:

if (!$page OR !$permit)

or this:

if ((!$page) OR (!$permit))

or are they equivalent?

  
thanks!
 Hans




More information about the pmwiki-devel mailing list