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>&nbsp;</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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -