|
|
|
ขอสอบถามเรื่องปริ้นข้อมูลออกมาบางส่วนหน่อยคับ ขอบคุณล่วงหน้าคับ |
|
|
|
|
|
|
|
คือผมต้องการปริ้นออกมา แต่ไม่ให้เห็นข้อความที่ ผมวงกลมสีแดงเอาไว้อะคับ
โค้ดคับ
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php
require_once 'config.php';
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
background-image: url(img/pastel-wallpaper04.jpg);
}
</style>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
</script>
</head>
<body onload="MM_preloadImages('img/menuhome1-1.jpg')">
<br>
<table width="1000" border="0" align="center">
<tr>
<td height="159" colspan="4" align="center"><img src="img/h.gif" width="1000" height="200" /></td>
</tr>
<tr>
<td height="100" colspan="4" align="right" valign="middle"><center><h1><strong>ข้อมูลลูกค้า</strong></h1></center>
<h1><strong>
<input name="btnButton" type="button" value="Print" onclick="JavaScript:window.print();" />
</strong></h1></td>
</tr>
<tr>
<td colspan="4" align="center" valign="middle"><?php
$strSQL = "SELECT * FROM customer";
$objQuery = mysql_query($strSQL) or die(mysql_error());
?><table width="1000" border="1">
<tr>
<th align="center" width="100">customerid</th>
<th align="center" width="150">name</th>
<th align="center" width="80">type</th>
<th align="center" width="450">address</th>
<th align="center" width="100">province</th>
<th align="center" width="120">telephone</th>
<?php
while($objResult = mysql_fetch_array($objQuery))
{
?>
<tr>
<td align="center"><?php echo $objResult["customerid"];?></td>
<td align="center"><?php echo $objResult["name"];?></td>
<td align="center"><?php echo $objResult["type"];?></td>
<td align="center"><?php echo $objResult["address"];?></td>
<td align="center"><?php echo $objResult["province"];?></td>
<td align="center"><?php echo $objResult["telephone"];?></td>
</tr>
<?php
}
?>
</table></td>
</tr>
</table>
<table width="200" border="0" align="center">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="2" align="center"><a href="index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','img/menuhome1-1.jpg',1)"><img src="img/menuhome1.jpg" alt="" width="150" height="50" id="Image1" /></a></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
<p> </p>
</body>
</html>
Tag : PHP
|
|
|
|
|
|
Date :
2016-11-08 15:29:53 |
By :
autthaporn |
View :
694 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ศึกษาเรื่อง php html to pdf มันจะมีปลั๊กอินหลายตัวเช่น htmlpdf, fpdf, tcpdf ครับ
|
|
|
|
|
Date :
2016-11-08 15:39:26 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โอ้ยๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆ ขอบ้าแป๊บนึง....
หัดหาเองบ้างสิครับ หัดใช้ search บ้าง
ไม่งั้น Keyword มันก็ชัดแล้ว google ก็มี
ให้ศึกษา คือ ไปหาต่อ ไปค้นคว้า ไปทำเอง ..... พอไม่ได้ก็ค่อยมาถามกันต่อ
|
|
|
|
|
Date :
2016-11-08 16:54:20 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|