I have tried the following variations but non works
if($row[‘relation’] = “” ){
if($row[‘relation’] = ‘’ ){
if($row[‘relation’] = NULL ){
if($row[‘relation’] IS NULL ){
if(strlen($row[‘relation’]) = 0 ){
So how would one refer to a cell that is empty?