Logical Operators in PHP: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 May 2007

  • curprev 18:2618:26, 23 May 2007 Admin talk contribs 526 bytes +526 New page: Logical Operators: ------------------------------------------------------------------------------- $a and $b And TRUE if both $a and $b are TRUE. $a or $b Or TRUE if either $a or $b is...