"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>ใบสั่งงาน Msg</title> <style type="text/css"> body { font-family: Tahoma; font-size: 12px; } #underline { font-weight: bold; text-decoration: underline; } </style> </head> <bod> <? $objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database"); $objDB = mysql_select_db("dbmsg"); mysql_query("SET character_set_results=utf8"); mysql_query("SET character_set_client=utf8"); mysql_query("SET character_set_connection=utf8"); $strSQL = "SELECT * FROM order_msg "; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); echo "<table width=\"660px\" border=\"0\" cellspacing=\"5\" cellpadding=\"0\"><tr>"; $rows = 0; while($objResult = mysql_fetch_array($objQuery)) { $rows++; echo "<td>"; ?> <table width="328" height="383" border="1" bordercolor="#CCCCCC" cellpadding="5" cellspacing="0"> <tr> <td colspan="2"><img src="logo_msg.jpg" width="316" height="87"/></td> </tr> <tr> <td><strong>วันที่สั่งงาน</strong> </td> <td><strong>วันที่รับงาน</strong> <?=$objResult["date"];?></td> </tr> <tr> <td colspan="2"><strong>ผู้สั่งงาน</strong> <?=$objResult["user"];?></td> </tr> <tr> <td><strong>ทีม</strong> วินัย</td> <td><strong>เบอร์โทร</strong> 0864697345</td> </tr> <tr> <td colspan="2"><strong>ชื่อลูค้า</strong> : <?=$objResult["cm_name"];?></td> </tr> <tr> <td colspan="2"><strong>ที่อยู่</strong> : <?=$objResult["address"];?></td> </tr> <tr> <td width="134"><strong>โทรศัพท์ : </strong></td> <td width="170" rowspan="2" align="center" ><table width="80%" border="1" cellspacing="0" cellpadding="5"> <tr> <td><strong>ชื่อ</strong></td> </tr> <tr> <td><strong>ราคา</strong></td> </tr> </table></td> </tr> <tr> <td height="24"><strong>มือถือ : </strong><?=$objResult["tel"];?></td> </tr> <tr> <td valign="top"><strong id="underline">ใบสมัคร</strong><br><?=$objResult["product"];?></td> <td valign="top"><strong id="underline">เอกสาร</strong><br><?=$objResult["document"];?></td> </tr> <tr> <td colspan="2"><strong>หมายเหตุ :</strong><?=$objResult["note"];?></td> </tr> </table> <? echo"</td>"; if(($rows)%2==0) { echo "</tr>"; } else { echo "<td>"; } } echo"</tr></table>"; ?> <? mysql_close($objConnect); ?> </body> </html>
if(($rows)%4==0) { echo "<div style=\"page-break-after: always\"></div>"; }
<? echo"</td>"; if(($rows)%2==0) { echo "</tr>"; } else { echo "<td>"; } if(($rows)%4==0) { echo "<div style=\"page-break-after: always\"></div>"; } } echo"</tr></table>"; ?>
<!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>ยินดีต้อนรับ</title> </head> <body> <table width="700" border="1" cellspacing="0" cellpadding="0"> <tr> <td>c001</td> <td>c002</td> </tr> </table> <div style="page-break-after: always"></div> <table width="700" border="1" cellspacing="0" cellpadding="0"> <tr> <td>c003</td> <td>c004</td> </tr> </table> <div style="page-break-after: always"></div> <table width="700" border="1" cellspacing="0" cellpadding="0"> <tr> <td>c005</td> <td>c006</td> </tr> </table> <div style="page-break-after: always"></div> </body> </html>
<!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>ยินดีต้อนรับ</title> </head> <body> <? include('../config.inc.php'); mysql_query("SET character_set_results=utf8"); mysql_query("SET character_set_client=utf8"); mysql_query("SET character_set_connection=utf8"); $strSQL = "SELECT * FROM order_msg "; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $rows = 0; while($objResult = mysql_fetch_array($objQuery)) { $rows++; echo "<table width=\"700\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"> <tr>"; echo "<td>"; ?> <?=$objResult["cm_name"];?> <? echo"</td>"; if(($rows)%2==0) { echo"</tr></table>"; echo "<div style=\"page-break-after: always\"></div>"; } else { echo "<td>"; } } ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง