|
|
|
ช่วยดู โค้ดที สรุปรายงานขนย้ายน้ำตาลเข้าโกดังประจำวัน |
|
|
|
|
|
|
|
<html>
<style type="text/css">
<!--
.style1 {font-family: AngsanaUPC, CordiaUPC, EucrosiaUPC}
body,td,th {
font-family: AngsanaUPC, CordiaUPC, EucrosiaUPC;
}
-->
</style>
<body bgcolor="#FFFFFF">
<u>รายงาน</u>
<form name="form1" method="post" action="movein.php">
<p>โกดัง
<input name="wareh_code" type="text" value="" size="15" maxlength="25">
บริษัท
<input name="prodt_code" type="text" value="" size="15" maxlength="25">
จากวันที่
<input name="l" type="text" id="l" size="10">
ถึงวันที่
<input name="n" type="text" id="n" size="10">
<input type="submit" name="Submit" value="รายงาน">
</p>
</form>
<hr>
<script>
function checkday(){
if(movein.form1.lday.value!='' || movein.form1.lmonnt.value!='' || movein.form1.lyear.value!='' ||movein.form1.nday.value!='' || movein.form1.nmonth.value!='' || movein.form1.nyear.value!='')
alert("หากคุณจะใช้วันที่เป็น keyword กรุณากรอกวันเดือนปี ให้ครบทุกช่องด้วยค่ะ");
return false;
}
}
</script>
else
<?
$conn= mysql_connect("localhost", "root", "newproxy")or die ("not connect database Mysql");
mysql_select_db("movrsugar") or die("not select database");
$sql="SELECT movein.*, product.prodt_code FROM movein, product where movein.prodt_code = product.prodt_code";
if($lday==""; &&$lmonth==""&&$lyear==""&&$nday==""&& $nmonth==""&&$nyear==""){
if($wareh_code!=""&&$prodt_code!=""){
$sql="select * from movein where wareh_code like '%".$wareh_code."%' and prodt_code like '%".$prodt_code."%'";
}elseif($wareh_code!=""&&$prodt_code==""){
$sql="select * from movein where wareh_code like '%".$wareh_code."%'&";
}elseif($wareh_code==""&&$prodt_code!=""){
$sql="select * from movein where prodt_code like'%".$prodt_code."%'";
}else{
$sql="select * from movein";
}
}
// ข้างล่างคือค้นหาโดยมีวันที่เป็น keyword ด้วย<br>
else{
//นำวันเดือนปีมาต่อกัน<br>
$l="$lyear-$lmonth-$lday";
$n="$nyear-$nmonth-$nday";
if($wareh_code!=""&&$prodt_code!="";){
$sql="select * from movein where wareh_code like '%".$wareh_code."%' and prodt_code like '%&".$prodt_code."%' and date >= '$l' and date <='$n'";
}elseif($wareh_code!=""&&$prodt_code==""){
$sql="select * from movein where wareh_code like '%".$wareh_code."%' and date >= '$l' and date <='$n'";
}elseif($wareh_code==""&&$prodt_code!=""){
$sql="select * from movein where prodt_code like'%".$prodt_code."%' and date >= '$l' and date<='$n'";
}elseif($wareh_code==""&&$prodt_code==""){
$sql="select * from movein where date >= '$l' and date <='$n'";
}else{
$sql="select * from movin";
}
exit();
}
?>
<div align="center">
<? echo "สรุปรายงานขนย้ายน้ำตาลเข้าโกดังประจำวัน <b>$keyword</b> "; ?>
<br>
<br>
</div>
<table width="650" height="45" border="1">
<!--DWLayoutTable-->
<tr>
<td width="64" height="39" align="center">วัน/เดือน/ปี</td>
<td width="51" align="center">สินค้า</td>
<td width="52" align="center">ปีผลิต</td>
<td width="143" align="center">จำนวน (กส.)</td>
<td width="152" align="center">น้ำหนัก(ตัน)</td>
<td width="57" align="center">ค่า Pol</td>
<td width="54" align="center">ค่าสี</td>
</tr>
</table>
<?
$a=0;
while($a < $num_rows)
{
$result = mysql_fetch_array($db_query);
$mvin_date=$result[mvin_date];
$prodt_code=$result[prodt_code];
$prodt_year=$result[prodt_year];
$prodt_qtys=$result[prodt_qtys];
$prodt_weig=$result[prodt_weig];
$prodt_pol=$result[prodt_pol];
$prodt_color=$result[prodt_color];
?>
<table width="650" height="143" border="1">
<!--DWLayoutTable-->
<tr>
<td width="64" height="101" valign="top"><? echo"$mvin_date";?></td>
<td width="51" align="center" valign="top"><? echo"$prodt_code";?></td>
<td width="52" align="center" valign="top"><? echo"$prodt_year";?></td>
<td width="150" align="right" valign="top"><? echo"$prodt_qtys";?></td>
<td width="152" align="right" valign="top"><? echo"$prodt_weig";?></td>
<td width="57" align="right" valign="top"><? echo"$prodt_pol";?></td>
<td width="54" align="right" valign="top"><? echo"$prodt)color";?></td>
</tr>
<tr>
<td height="34">สรุปสุทธิ</td>
<td> </td>
<td> </td>
<td align="right" valign="top"><!--DWLayoutEmptyCell--> </td>
<td align="right"></td>
<td align="right"></td>
<td> </td>
</tr>
</table>
<?
$a++;
}
}
}
?>
</body>
</html>
Tag : - - - -
|
|
|
|
|
|
Date :
1 ธ.ค. 2550 11:42:15 |
By :
ผิดตรงไหนหว่า |
View :
1601 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มานขึ้น error ว่าอะไรคะ
|
|
|
|
|
Date :
1 ธ.ค. 2550 13:02:48 |
By :
hobbits |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
การตั้งกรระทู้ ควรจะสื่อถึงความต้องการของผู้ตั้งเองนะครับ
อย่างน้อยก้น่าจะบอกปัญหาบ้าง เช่น
-ต้องการทำอะไร
-ทำแบบนี้แล้วมันเกิดปัญหาอย่างไร
-เกิดปัญหาแบบนี้ แต่แก้ไปแบบนี้ แล้วยังไม่ได้
อะไรทำนองนี้ หากตั้งขึ้นมาลอยๆแล้ว ต้องผู้ตอบมาหาปัญหาเอง มันก็ลำบากพอสมควรนะครับ
|
|
|
|
|
Date :
1 ธ.ค. 2550 13:40:26 |
By :
lozomac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จาก ความคิดเห็นที่ 2 +++++ ผมก็ว่าถูกต้องนะครับ ผมมานั่งอ่านโค้ด แล้วผมจะรู้ใหมครับว่ามันติดตรงไหน
|
|
|
|
|
Date :
1 ธ.ค. 2550 15:38:43 |
By :
addmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|