hi, i am trying to get my code to print HTML tables and other html tags but i get error right from the begining when i print a table, where within it there are more tables and then i print my results from queries.
heres the code where it starts from
[PHP]print "<table cellpadding="0" cellspacing="0" border="0" align="center" >"[/PHP]
for some reasons it dont let me, any comments?
heres the code where it starts from
[PHP]print "<table cellpadding="0" cellspacing="0" border="0" align="center" >"[/PHP]
for some reasons it dont let me, any comments?
Comment