<?php include('header_print.php')?> <?php include('lib/config.php')?> <?php $TEMP= $_POST['Borrow_Id']?> <?php if(isset($_GET['Borrow_Id'])) { $TEMP= $_GET['Borrow_Id']; } ?> <?php //ส่วนนี้จะเป็นการรับค่าจากปุ่มค้นหา?> <?php $sql = "select * from stock where Borrow_Id='$TEMP'"; $result = mysql_query($sql); $rows = mysql_fetch_array($result); $Borrow_Id = $rows[0]; $B_Id = $rows[1]; $Detail = $rows[2]; $Borrowdate = $rows[3]; $Returndate = $rows[4]; $Note = $rows[5]; $sql = "select * from borrower where B_Id='$B_Id'"; $result = mysql_query($sql); $rows = mysql_fetch_array($result); $B_Name = $rows[1]; $B_Phone = $rows[2]; $B_Company = $rows[3]; ?> <table> <tr> <td width="25%" ROWSPAN ="2"><span class="add-on" style="margin-bottom:10px; width:150px;"><img src="img/pttict.jpg" width="100" height="60 " /></span></td> <td align = "center" ><font size=5>PTT ICT Training Service</font></td> </tr> <tr> <td width="73%"><font size=1>" Provide computer training courses to develop employees & organizations for PTT Group "</td> </tr> </table> <br><br> <div style="font:16px 'Angsana New'" > <table border="1" collasion ="0"> <tr> <th align = "left" width="28%">เลขที่ใบยืม</th> <td width="60%"><?php echo $Borrow_Id ;?></td> </tr> <tr> <th align = "left" width="28%">รหัสผู้ใช้บริการ</th> <td width="60%"><?php echo $B_Id;?></td> </tr> <tr> <th align = "left" width="28%" >ชื่อ</th> <td width="60%"><?php echo $B_Name;?></td> </tr> <tr> <th align = "left" width="28%">เบอร์โทรศัพท์</th> <td width="60%"><?php echo $B_Phone;?></td> </tr> <tr> <th align = "left" width="28%">บริษัท</th> <td width="60%"><?php echo $B_Company;?></td> </tr> <tr> <th align = "left" width="28%">ชื่องานที่ใช้ (รายละเอียด)</th> <td width="60%"><?php echo $Detail;?></td> </tr> <tr> <th align = "left" width="28%">วันที่รับเครื่อง</th> <td width="60%"><?php echo $Borrowdate;?></td> </tr> <tr> <th align = "left" width="28%">กำหนดส่งเครื่อง</th> <td width="60%"><?php echo $Returndate;?></td> </tr> <tr> <th align = "left" width="28%">หมายเหตุ</th> <td width="60%"><?php echo $Note;?></td> </tr> </table> </div> <br><br> <?php $sql = "select * from borrow_product where Borrow_Id='$Borrow_Id'"; $result = mysql_query($sql); $num_rows = mysql_num_rows($result); $i = 1; if($num_rows<=0) { echo "<h1>คืนหมดแล้ว</h1>"; } ?> <div style="font:16px 'Angsana New'"> <table BORDER="1" collasion ="0"> <th>รายการที่</th><th>EQCode</th><th>สถานะ</th><th>วันที่ส่งเครื่องจริง</th><th>ชื่อผู้คืนเครื่อง</th> <?php while($rows = mysql_fetch_array($result)):?> <tr> <td align="center" width="5%"><?=$i++?></td> <td align="center" width="12%"><?php echo $rows[1];?></td> <td align="center" width="12%"><?php if($rows[2]=='0000-00-00'){ echo "ยังไม่คืนเครื่อง";}else echo "คืนเครื่องแล้ว"; ?></td> <td align="center" width="12%"> <?php echo $rows[2];?></td> <td align="center" width="12%"><?php echo $rows[3];?></td> </tr> <?php endwhile;?> </table> </div> <br><br> <div style="font:16px 'Angsana New'"> <table > <tr> <td align="left" width="12%">เจ้าหน้าที่ที่ส่งเครื่อง</td> <td align="left" width="12%">ผู้รับเครื่อง</td> <td align="left" width="12%">ผู้ส่งเครื่อง</td> </tr> <tr> <td align="left" width="12%">ชื่อ ............................................</td> <td align="left" width="12%">ชื่อ ............................................</td> <td align="left" width="12%">ชื่อ ............................................</td> </tr> <tr> <td align="left" width="12%">เบอร์โทรศัพท์ .............................</td> <td align="left" width="12%">เบอร์โทรศัพท์ .............................</td> <td align="left" width="12%">เบอร์โทรศัพท์ .............................</td> </tr> <tr> <td align="left" width="12%">วันที่ ......../............./...................</td> <td align="left" width="12%">วันที่ ......../............./...................</td> <td align="left" width="12%">วันที่ ......../............./...................</td> </tr> </table> </div>
Quote:แล้วถ้าต้องดึงข้อมูลจากหลายตารางมาแสดงรวมกันจะใช้ fpdf ได้ใช่มั้ยคะ
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง