oracle - how to create html table in fpdf -
i newbie. have problem how convert html table fpdf. html code
<html> <body> <table border=1 align=center> <tr> <tr> <td> </td> <td>po1</td> <td>po2</td> </tr> <tr> <td>lo1</td> <td> "this take value database " </td> <td> "this take value database " </td> </tr> <tr> <td>lo2</td> <td> "this take value database " </td> <td> "this take value database " </td> </tr> </table> </body> </html>
can tell me how it?
please take example @ http://www.fpdf.org/en/script/script41.php
Comments
Post a Comment