hi admin
if ($data["Status"]=='Deceased')
$record["Status_style"].='style="background:yellow"';
i have this problem in conditional statements
status consists of deceased, uncontactable, present
i want to be as follow
if deceased, it will be in yellow colour
if uncontactable, it will be in green colour
if present, it will be in pink colour
my question is how do i code using
if ($data["Status"]=='Deceased')
$record["Status_style"].='style="background:yellow"';
please advise with thanks