Customizing Physical Appearance of Strings
Posted: Fri Jan 17, 2003 5:56 am
Hi guys,
I am relatively new to PHP, and I am trying to customize the appearance of strings which are got from a MySQL table. I have tried something like:-
print "<tr><td><font face="Verdana">";
print $row["hours"];
print "</font></td><td>";
As well as inserting classes defined in my CSS Sheet, but it gives me a "T_STRING PARSE ERROR"... Can anyone help at all?
Many Thanks,
Tom George
tl.george@virgin.net
I am relatively new to PHP, and I am trying to customize the appearance of strings which are got from a MySQL table. I have tried something like:-
print "<tr><td><font face="Verdana">";
print $row["hours"];
print "</font></td><td>";
As well as inserting classes defined in my CSS Sheet, but it gives me a "T_STRING PARSE ERROR"... Can anyone help at all?
Many Thanks,
Tom George
tl.george@virgin.net