Ok, thanks....but I dont think it helped much....
if($Features1Field== "" )
{
}
else
{
$Array = implode ("", $Features1Field);
$Array2 = substr(chunk_split($Array, 3, ','), 0, -1);
if($Array2== "C07" )
{
$stylevar = "test";
}
else
{
}
print"
The Features for this property are <strong><font color='#990000'>$Array2 $stylevar</font></strong><br>
";
}
My results are nicely formatted
The Features for this property are C07,M37,M36,M19,N13,N19,N30
But I need to define the string....I need it to read:
The Features for this property are test,test2,test3,test4,test5,test6,test7