But so far all I am getting is a parse error.
What I came up with is:
Code: Select all
foreach ($row as $attribute)
if ( $attribute is_null )
{ print "<td> " ;
print "\n";
print "<br/></td>";
} else {
print "<td>{$attribute} " ;
print "\n";
print "<br/></td>";
}