FPDF urgent HELP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
silipb
Forum Newbie
Posts: 1
Joined: Sat Mar 05, 2011 9:48 am

FPDF urgent HELP

Post 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??
Post Reply