Page 1 of 1

FPDF urgent HELP

Posted: Sat Mar 05, 2011 9:56 am
by silipb
Hi

I have in file report.php a var $report with contents:

<div class="gradeparent"><table class="gradestable">
<tbody><tr class="r0">
<td class="fixedcolumn cell topleft cell c0" colspan="2"> </td>
....
</div>

I can see this var in browser..but I want to print in a pdf document this table with FPDF or other..

Can anybody help me??