|
|
|
ใช้ page-break ยังไงครับ พอดีผมใช้ while loop แต่อยากให้1หน้า โชว์15ข้อมูลแล้วขึ้นหน้าใหม่ รบกวนดูโค้ดให้หน่อยนะครับ |
|
|
|
|
|
|
|
ใช้ page-break ยังไงครับ พอดีผมใช้ while loop แต่อยากให้1หน้า โชว์15ข้อมูลแล้วขึ้นหน้าใหม่
Code (PHP)
<?php
include("conn.php");
?>
<?php
include 'check_ADMIN.php'
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>E-POST System NSRU</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<style type="text/css">
p.MsoNormal {margin-top:0cm;
margin-right:0cm;
margin-bottom:10.0pt;
margin-left:0cm;
line-height:200%;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
}
</style>
</head>
<body OnLoad="window.print();">
<?php
$name=$_GET["name"];
$sname=$_GET["sname"];
$year=$_GET["year"];
$Month=$_GET["Month"];
$x=$_GET["x"];
if ($name == "" && $sname == "" && $year== "" && $Month == "")
{
$head = "";
}
else if ($name != "" && $sname == "" && $year== "%" && $Month == "%")
{
$head = "คุณ ".$name;
}
else if ($name != "" && $sname != "" && $year== "%" && $Month == "%")
{
$head = "คุณ ".$name." ".$sname;
}
else if ($name == "" && $sname == "" && $year=="%" && $Month != "%")
{
$head = "เดือน ".$Month;
}
else if ($name == "" && $sname == "" && $year!= "%" && $Month == "%")
{
$head = "ปี ".$year;
}
else if ($name != "" && $sname == "" && $year=="%" && $Month != "%")
{
$head = "คุณ ".$name." เดือน ".$Month;
}
else if ($name != "" && $sname != "" && $year=="%" && $Month != "%")
{
$head = "คุณ ".$name." ".$sname." เดือน ".$Month;
}
else if ($name != ""&& $sname == "" && $year!="%" && $Month == "%")
{
$head = "คุณ ".$name." ปี ".$year;
}
else if ($name != ""&& $sname != "" && $year!="%" && $Month == "%")
{
$head = "คุณ ".$name." ".$sname." ปี ".$year;
}
else if ($name == "" && $sname == "" && $year!="%" && $Month != "%")
{
$head = "เดือน ".$Month." ปี ".$year;
}
else if ($name != "" && $sname == "" && $year!= "%" && $Month != "%")
{
$head = "คุณ ".$name." เดือน ".$Month." ปี ".$year;
}
else if ($name != "" && $sname != "" && $year!= "%" && $Month != "%")
{
$head = "คุณ ".$name." ".$sname." เดือน ".$Month." ปี ".$year;
}
?>
<form id="form1" name="form1" method="post">
<table width="100%" border="0">
<tbody>
<tr>
<td align="center">
<p class="MsoNormal" align="center" style="text-align:center;"><strong><span style="line-height:100%; font-family:'TH SarabunPSK','sans-serif'; font-size:20.0pt; "><img src="image/trademark_nsru.png" width="170" height="80" alt=""/></span></strong></p>
<p class="MsoNormal" align="center" style="text-align: center; font-weight: bold; font-style: normal;"><span style="line-height: 30pt; font-family: 'TH SarabunPSK','sans-serif'; font-size: 20pt; color: black; font-style: normal; font-weight: bold;">รายงานข้อมูลพัสดุ<br> ระบบลงทะเบียนรับ - ส่งจดหมาย (e-post) มหาวิทยาลัย <br> <?php echo $head?> </span></strong></span></p>
<table width="1000" border="0">
<tbody>
<tr>
<td><table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tbody>
<tr class="table table-hover">
<td width="15%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt; font-weight: bold;">รหัสพัสดุ</td>
<td width="15%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt; font-weight: bold;">วันที่รับเข้า</td>
<td width="15%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt; font-weight: bold;">วันที่นำจ่าย</td>
<td width="12%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt; font-weight: bold;">ชื่อผู้ส่งพัสดุ</td>
<td width="8%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt; font-weight: bold;">สถานะ</td>
<td width="12%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt; font-weight: bold;">ประเภท</td>
<td width="12%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt; font-weight: bold;">ชื่อผู้รับพัสดุ</td>
<td width="25%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt; font-weight: bold;">ผู้รับเเทน</td>
</tr>
<?php
$sql="SELECT parcles.parcle_id, parcles.parcle_dt_get, parcles.parcle_dt_send, parcles.parcle_from, parcles.parcle_tel,parcles.parcle_status,parcles.parcle_getreplaced,parcles.member_id,parcles.type_id, members.member_id,members.member_name, members.member_surname From parcles JOIN members ON parcles.member_id = members.member_id JOIN type ON parcles.type_id = type.type_id
WHERE $x ";
$result =mysqli_query($conn,$sql);
if(mysqli_num_rows($result)>0){ //เป็นPHPเป็นการเลือกตารางจากdbเก็บที่sql และ เก็บฐานข้อมูลไว้ที่ result จากนั้นกำหนดค้าถ้าแถวมากกว่า0เป็นจริงก็จะแสดง
while($array=mysqli_fetch_array($result)){ //whileถ้ามีข้อมูลให้ทำเป็นการวนloopเอา{ไปไว้หน้าelseอีก1ครั้งเพราะเป็นของไวน์ เฟสอาเรย์(เก็บข้อมูลได้เยอะ)คือการอ่านข้อมูลทีละเเถว
$parcle_id =$array['parcle_id'];
$parcle_dt_get =$array['parcle_dt_get'];
$parcle_dt_send =$array['parcle_dt_send'];
$parcle_from =$array['parcle_from'];
$parcle_tel =$array['parcle_tel'];
$parcle_status =$array['parcle_status'];
$parcle_getreplaced =$array['parcle_getreplaced'];
$member_id =$array['member_id'];
$member_name =$array['member_name'];
$member_surname =$array['member_surname'];
$type_id =$array['type_id'];
?>
<tr>
<td height="25%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt"><?php echo $parcle_id; ?></td>
<td height="25%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt"><?php echo $parcle_dt_get; ?></td>
<td align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt"><?php echo $parcle_dt_send; ?></td>
<td height="25%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt"><?php echo $parcle_from; ?></td>
<td height="25%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt"><?php if($parcle_status==1)echo "<font color='blue'>รอนำจ่าย</font>"; if($parcle_status==2)echo "<font color='green'>นำจ่ายแล้ว</font>"; ?></td>
<?php
$sql2="SELECT type_id, type_name FROM type WHERE type_id=$type_id";
$query2=mysqli_query($conn,$sql2);
$array2=mysqli_fetch_array($query2); //ใช้ได้ทั้งarrayและassoc
$t_id= $array2['type_id'];
$t_name= $array2['type_name'];
?>
<td height="25%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt"><?php echo $t_name; ?></td>
<td height="20%" align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt"><?php echo $member_name;?> <?php echo $member_surname;?></td>
<td align="center" style="font-style: normal; font-family: 'TH SarabunPSK','sans-serif'; font-size: 16pt"><?php echo $parcle_getreplaced; ?></td>
</tr>
<!--เป็น HTML ของแถวที่ 2 -->
<?php
}}else{
echo "ไม่มีข้อมูลในฐานข้อมูล";
}
?>
</table>
<p class="MsoNormal" align="center" style="text-align:center;"><br><br><br> </p></td>
</tr>
</tbody>
</table>
<h3 class="MsoNormal" align="center" style="margin-bottom:.0001pt;text-align:center;"> </h3>
<p> </p>
</form>
</body>
</html>
Tag : PHP, HTML, HTML5
|
ประวัติการแก้ไข 2017-05-17 21:44:55 2017-05-17 21:44:56
|
|
|
|
|
Date :
2017-05-17 21:40:49 |
By :
charoen57 |
View :
875 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หาพวก html to pdf มาช่วยดีกว่าครับ
|
|
|
|
|
Date :
2017-05-18 13:11:28 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|