The html2ps utility works fine but does not interpret php code, it does
not run via apache.

To extract table data I must run mysql in batch mode ie *mysql -H <
batchfile > *.html' from the command line. This will output in html
table format but with only one line per row.

What I am getting is:-

<TR><TD>
field 1
</TD></TR>      this line should be </TD><TD>
<TR><TD>        making this line redundant
field2
</TD></TR>
field1
</TD></TR>
....etc

What do I do to get a multi column table correctly described in the
output file?

can anyone help please

Barry

Reply via email to