w3coded php using Stack Overflow for Teams w3coded php using Where developers & technologists w3coded php using share private knowledge with coworkers w3coded php using ,Now I will w3coded php using create the PDF from that table with TCPDF using w3coded php using HTML function., By w3coded php using clicking “Accept all cookies”, you agree w3coded php using Stack Exchange can store cookies on your device w3coded php using and disclose information in accordance with our w3coded php using Cookie Policy. , w3coded php using Can I offer to help a w3coded php using collaborator to finish a calculation which he's w3coded php using not having time to finish right now? w3coded php using
you need to prepare your html with something like:
$html = '<h2>List Of Expediton</h2> //Title
<table border="1" cellspacing="3" cellpadding="4">
<tr>
<th>Expedition</th> //head of column name
<th align="center">Phoine</th> //head of column name
<th align="center">CP</th> //head of column name
</tr>';
while($data=mysql_fetch_array($hasil)) {
$html .= '<tr><td>'.$data['nama_exp'].'</td></tr>';
}
$html .= '</table>';
Last Update : 2023-09-22 UTC 14:12:54 PM
Last Update : 2023-09-22 UTC 14:12:48 PM
Last Update : 2023-09-22 UTC 14:12:33 PM
Last Update : 2023-09-22 UTC 14:12:17 PM
Last Update : 2023-09-22 UTC 14:12:00 PM
Last Update : 2023-09-22 UTC 14:11:27 PM
Last Update : 2023-09-22 UTC 14:11:12 PM