my value = 444; if ($value == 456 || 453 ) { print something; } else { print nothing; }