if ($myrow["d_house"] == 0) {$house = "";}
else {$house = 'Owner of' $myrow["d_house"];}
echo "$house";
That's it in a nutshell. This is a small part of an Array, and all I am trying to do is get it to either be NULL (and display nothing in this column), or say:
Owner of VARIABLE
Cannot remember how to jack the "Owner of" into the snippet - anyone have any quick help?
Many thanks.