When I take working php code and add formatting such as font, color, table border etc., I get various parse errors expecting , ; or not expecting > etc. Can I not use standard HTML formatting tags or do they need to be modified in some way ? Example:
echo "<TABLE BORDER=1>
<TR>
<TH> <font color=\"#FF9900\" face="Verdana">Job ID</font> </TH>
<TH> <font color=\"#FF9900\" face="Verdana">Date</font> </TH>
<TH> <font color=\"#FF9900\" face="Verdana">Title</font> </TH>
<TH> <font color=\"#FF9900\" face="Verdana">Type </font> </TH>
<TH> <font color=\"#FF9900\" face="Verdana">City </font> </TH>
<TH> <font color=\"#FF9900\" face="Verdana">State </font></TH>
</TR>";
I tried with and w/o the \ before the ".