|
|
|
มือใหม่ขอถาม fpdf หน่อยครับ จาก โค๊ด php มาใส่ใน pdf |
|
|
|
|
|
|
|
โค๊ดนี้เพื่อนผมทำ ผมมือใหม่ เพื่อบอกให้มาใส่ใน pdf ผมทำเท่าไหร่ก็ไม่ออกอ่าครับ :((
ปล.ผมมีส่วนที่ทำไว้แล้ว แต่แค่เอาโค๊ด บางส่วน มาจัดใน fpdf ต้องดัดแปลงตัวไหนบ้างอ่าครับ ช่วยทีนะ
Code (PHP)
mysql_select_db($database_conn, $conn);
$query_committee = "SELECT * FROM tb_committee";
$committee = mysql_query($query_committee, $conn) or die(mysql_error());
$row_committee = mysql_fetch_assoc($committee);
$totalRows_committee = mysql_num_rows($committee);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<p> </p>
<p> </p>
<?php $o=0; do {
$col_show_testshow_committee = "0";
if (isset($row_committee['committee_id'])) {
$col_show_testshow_committee = $row_committee['committee_id'];
}
mysql_select_db($database_conn, $conn);
$query_testshow_committee = sprintf("SELECT tb_detailcommittee_staf.preface_id, tb_detailcommittee_staf.committee_id, tb_staf.staf_name, tb_staf.staf_last, tb_staf.staf_id, tb_position.position_type FROM tb_detailcommittee_staf INNER JOIN tb_staf ON tb_staf.staf_id = tb_detailcommittee_staf.staf_id INNER JOIN tb_position ON tb_position.position_id = tb_detailcommittee_staf.position_id WHERE tb_detailcommittee_staf.committee_id =%s", GetSQLValueString($col_show_testshow_committee, "int"));
$testshow_committee = mysql_query($query_testshow_committee, $conn) or die(mysql_error());
$row_testshow_committee = mysql_fetch_assoc($testshow_committee);
$totalRows_testshow_committee = mysql_num_rows($testshow_committee);?>
<strong> <?php $o++ ?>
<?php echo $o; ?>
<?php /*?> <td><?php echo $row_committee['committee_id']; ?></td><?php */?>
<?php echo $row_committee['committee_name']; ?></strong>
</br></br>
<?php $i=0; do { ?>
<?php $i++ ?>
<?php echo $i; ?>
<?php /*?><td width="223"><?php echo $row_testshow_committee['committee_id']; ?></td><?php */?>
<?php echo $row_testshow_committee['staf_name']; ?> <?php echo $row_testshow_committee['staf_last']; ?>
<?php echo $row_testshow_committee['position_type']; ?><br />
</br>
<?php } while ($row_testshow_committee = mysql_fetch_assoc($testshow_committee)); ?>
<strong>ภาระหน้าที่</strong>
</br>
</br>
<?php echo $row_committee['duty'];?>
</br></br>
<?php } while ($row_committee = mysql_fetch_assoc($committee)); ?>
</table>
</body>
</html>
<?php
mysql_free_result($committee);
mysql_free_result($testshow_committee);
//mysql_free_result($test);
?>
Tag : PHP
|
ประวัติการแก้ไข 2015-07-02 10:42:00
|
|
|
|
|
Date :
2015-07-02 10:40:50 |
By :
pongza16 |
View :
890 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|