|
|
|
จะสั่งปริ้นงานครับ แล้วจะทำไงดีครับ ถ้าพอดีระบบวนครับตามที่กำหนดแล้วให้มันขึ้นหน้าใหม่ครับ |
|
|
|
|
|
|
|
ก็กำหนด $i=1 ใหม่หลังจากที่วนครับ 5 รอบแล้ว
|
|
|
|
|
Date :
2012-07-13 00:45:15 |
By :
Krungsri |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?
if($button!=''){
$dfl =$_POST['fl'];
$sbr=$bbid.$df1;
?>
<?
$result=mysql_query("SELECT bd_no FROM tbl_bed where rm_no like '%$fl%' order by bd_no ");
$nf = mysql_num_fields($result);
$nr = mysql_num_rows($result);
$dataIndb = $nr;
$rowFix = $dataIndb/6;
$rowFix = ceil($rowFix);
$count=0;
for($i=0; $i<$rowFix; $i++){
echo "<tr>";
for($j=0; $j<6; $j++){
echo "<td align=center>";
if($count<$dataIndb){
@mysql_data_seek($result,$count);
$r = mysql_fetch_array($result);
$barcode=$r['bd_no'];
$kk = substr($barcode, 5, 1);
if($kk=='1'){
$cl='blue';}
if($kk=='2'){
$cl='green';}
if($kk=='3'){
$cl='orange';}
if($kk=='4'){
$cl='purple';}
?>
<div style="height:100%; width:100%">
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td valign="middle">
<div style="width:240px; height:800px; background-color:<?=$cl;?>; -moz-border-radius: 20px;
-webkit-border-radius:20px;
border-radius: 20px; -webkit-print-color-adjust:exact; "><br />
<br />
<br />
<br />
<div style="width:110px; margin-left:60px; height:280px; background-color:#FFFFFF; -moz-border-radius: 20px;
-webkit-border-radius:20px;
border-radius: 20px; ">
<div class="textAlignVer2"><? echo $barcode; ?></div>
</div>
<br />
<br />
<br />
<div style="width:210px; margin-left:15px; padding-top:20px; height:100px; background-color:#FFFFFF; -moz-border-radius: 20px;
-webkit-border-radius:20px;
border-radius: 20px; "><img src="barcode.php?barcode=<?php echo $barcode.'&width=210&height=80';?>" />
<div style="margin-top:-90px; margin-left:147px"><img src="icon.png" /></div>
</div>
<br />
<br />
<br />
<br />
<div style="width:210px; margin-left:15px; padding-top:20px; height:100px; background-color:#FFFFFF; -moz-border-radius: 20px;
-webkit-border-radius:20px;
border-radius: 20px; "><img src="barcode.php?barcode=<?php echo $barcode.'&width=210&height=80';?>" />
<div style="margin-top:-90px; margin-left:147px"><img src="icon.png" /></div>
</div>
</div>
</td>
</tr>
</table>
</div>
<p></p>
<p></p>
<?
}
echo "</td>";
$count++;
}
echo "</tr>";
}
?>
<? } ?>
</td>
</tr>
</table>
อันนี้คือโคตที่ วนลูปออกมาครับ ผมแบ่งทีละ 6 ต่อหน้า ตอนนี้ผมต้องการว่า ถ้า ครบๆ ทุกๆ 6 คอลั่ม แล้วสั่งให้มัน ตัดหน้า <div style="page-break-after:always"></div> ครับ ตอนนี้ทำแล้ว หน้าแรกมันได้ แต่หน้าต่อไปมันไม่ได้ครับ
|
|
|
|
|
Date :
2012-07-25 15:24:35 |
By :
ddsiam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|