On the following code my variable is printed as a string
on this line <td class="GeneralText"><?= $EmpInfo->B1D ?></td>
Everything else is working.
Pleasse help
Rafael
<?php
if ( ($EmpInfo->B1EECont > 0) || ($EmpInfo->B1ERCont > 0))
{
?>
<tr>
<td class="GeneralText"><?= $EmpInfo->B1D ?></td>
<?php
if ( $EmpInfo->Plan == "Y") {
print '<td class="GeneralText">$EmpIn
fo->B1Plan
</td>';
} else {
print '<td class="GeneralText">
</td>';
} ?>
Start Free Trial