I have the following
$Do = "<td WIDTH=20 Bgcolor=<?php echo $row['PMStatus']?>><center><b><a href=\"/PMOrder.php?AssetNum=<?php echo $row['AssetNum']?>\"><?php echo $row['EquipName']?></a></td>";
The back slash isn't working. I tried double double quotes. I know this is trivial to most. Help please. I'm assuming this is a quick fix. Thanks in advance