Couldn't find this in the online documentation, and havn't had to use it yet
I want to say
if (! $variable1 OR ! $variable2) {
//prints content
}
I've used ==, &&, !=, <, <=, >=, >, etc before, but not OR - can someone tell me what the character(s) to use it are?
Thanks.