Search found 1 match
- Tue Oct 19, 2004 8:02 pm
- Forum: PHP - Code
- Topic: using AND plus OR together
- Replies: 1
- Views: 185
using AND plus OR together
I've looked and thought, but just can't figure this out. How do I do this simple if statement, using AND and OR together? Below is approximately what I am trying to do. Can some kind soul supply the simplest way to do this? if (( $userAccess < $recordAccess ) AND ( $recordType <> 'Type One' OR $reco...