Code: Select all
<?php
if ($job_row['updatepostdate'] != NULL)
{
print "<td class="tdForm"><?php echo($job_row['updatepostdate'])?></td>";
}
else
{
print "<td class="tdForm"><?php echo($job_row['posted'])?></td>";
}
?>What would be the correct way to insert php inside of php?[/b]