I would think this variable would be pretty straight forward but it's not working? It does echo the row as need if it's set but if it's "false" or not set it does not print "N/A"? Am i doing something wrong here?
$term = isset($row['term']) ? $row['term'] : 'N/A';