21,873
社区成员




$i = '<table height="162" border="0">
<tr>
<td width="9" rowspan="5" > </td>
<td width="89" rowspan="5" ><img src="img/logo_pdf.png" width="91" height="72" /></td>
<td width="350" align="center" height="30" style="font-size:20px"><strong>东莞市众亨发泡胶制品有限公司</strong></td>
</tr>'.while(@$row = mysql_fetch_row($companyinfo)){.'
<tr>
<td align="center" height="20">地址:东莞市茶山镇茶山工业园伟建二路39区</td>
</tr>
<tr>
<td align="center" height="20">电话:0769-81355122 传真:0769-81355002</td>
</tr>
<tr>
<td align="center" style="font-size:20px"><strong>报价单</strong></td>
</tr>
'.}.'
<tr>
<td align="right"><strong>报价单编号:</strong></td>
</tr>
</table>';
$tbl2 = <<<EOD
$i
EOD;
$pdf->writeHTML($tbl2, true, false, false, false, '');