So let say if the value is true I want a Image who say the attunement is completed instead of the 1 value.
And if the Value is false I want to put a X instead of a 0
you can check the demo here
- Code: Select all
Also here the way the query is show:
$content .= '<td class="membersRow'. (($striping_counter % 2) +1) .'">'.$row['attun_onyxia'].'</td>';