I could not find the answer to this anywhere, and it's a newbee mistake. Can someone help me with this statement:
<?php
if ($db_ownrPlan == 'sell in a year or so' || 'get some info only no plans made yet'){
echo "$TYmessage";
} elseif ($db_ownrPlan == 'sell soon' || 'sell in 3 to 6 months' || 'looking to buy this property'){
echo "$TYmessage1";
} else {
echo "$TYmessage2";
}
?>