|
|
|
ต้องการนำข้อมูล 6 ชุด มาบวกรวมกัน แล้วบันทึกลงในฟิว 1 ฟิว ทำยังไงค่ะ ? |
|
|
|
|
|
|
|
Code (PHP)
ต้องการนำฟิว cat_id,tyn_id,den_id,yea_id,tym_id,no มารวมกันแล้วบันทึกลงใน ฟิว durable
<?php include ("menu.php") ; ?>
<p> </p></td>
<td width="78%" valign="top"><div align="center">
<table width="73%" border="0">
<tr>
<td><div align="right"> <a href="56_nameshow.php"> [ กลับ ]</div></td>
</tr>
</table>
<table width="73%" border="0">
<tr>
<td colspan="2" bgcolor="#FFCC00"><div align="center">ข้อมูลครุภัณฑ์/เพิ่ม</div></td>
</tr>
<tr>
<td width="39%" bgcolor="#FFFF99"><div align="right">วันที่ : </div></td>
<td width="61%" bgcolor="#FFFF99"><div align="left">
<input name="56data" type="text" id="56data" value=" <?php echo $data["56data"]?> " size="15" maxlength="20" readonly="readonly"/>
<input type="button" name="Submit5" value="....." onclick="showCalendar('56data','DD-MM-YY')" />
</div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">หมายเลขครุภัณฑ์ :</div></td>
<td bgcolor="#FFFF99"><label>
<input name="durable" type="text" id="durable" size="17" maxlength="17" />
</label></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">หมายเลขประเภทครุภัณฑ์ :</div></td>
<td bgcolor="#FFFF99"><div align="left">
<select name="categor" id="categor">
<option value="">--- กรุณาเลือก ---</option>
<?php while($row = mysql_fetch_array($query_parent)): ?>
<option value="<?php echo $row['cat_id']; ?>"><?php echo $row['cat_number']; ?><?php echo $row['cat_name']; ?></option>
<?php endwhile; ?>
</select>
</div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">หมายเลขชนิดครุภัณฑ์ :</div></td>
<td bgcolor="#FFFF99"><div align="left">
<select name="typename" id="typename">
<option value="">--- กรุณาเลือก ---</option>
</select>
</div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">หมายเลขรายละเอียดครุภัณฑ์ :</div></td>
<td bgcolor="#FFFF99"><div align="left">
<select name="den_id" id="den_id">
<?php
$sql="select * from detailname ";
$result = mysql_query($sql,$conn)
or die("ไม่สามารถดึงข้อมูลจากตาราง detailname ได้".mysql_error());
while($data=mysql_fetch_array($result)) {
?>
<option value="<?php echo $data ['den_id']?>"><?php echo $data ['den_number']?><?php echo $data ['den_name']?></option>
<?php
}
?>
</select></div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">ปีครุภัณฑ์ :</div></td>
<td bgcolor="#FFFF99"><div align="left">
<select name="yea_id" id="yea_id">
<?php
$sql="select * from year ";
$result = mysql_query($sql,$conn)
or die("ไม่สามารถดึงข้อมูลจากตาราง year ได้".mysql_error());
while($data=mysql_fetch_array($result)) {
?>
<option value="<?php echo $data ['yea_id']?>"><?php echo $data ['yea_number']?></option>
<?php
}
?>
</select>
</div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">ประเภทเงินครุภัณฑ์ :</div></td>
<td bgcolor="#FFFF99"><label>
<div align="left">
</label>
<select name="tym_id" id="tym_id">
<?php
$sql="select * from typeofmoney ";
$result = mysql_query($sql,$conn)
or die("ไม่สามารถดึงข้อมูลจากตาราง typeofmoney ได้".mysql_error());
while($data=mysql_fetch_array($result)) {
?>
<option value="<?php echo $data ['tym_id']?>"><?php echo $data ['tym_number']?><?php echo $data ['tym_name']?></option>
<?php
}
?>
</select></div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">ลำดับที่ :</div></td>
<td bgcolor="#FFFF99"><div align="left">
<input name="no" type="text" id="no" size="3" maxlength="3" />
</div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">ชื่อรายการครุภัณฑ์ :</div></td>
<td bgcolor="#FFFF99"><div align="left"><select name="dur_id" id="dur_id">
<?php
$sql="select * from durablename ";
$result = mysql_query($sql,$conn)
or die("ไม่สามารถดึงข้อมูลจากตาราง durablename ได้".mysql_error());
while($data=mysql_fetch_array($result)) {
?>
<option value="<?php echo $data ['dur_id']?>"><?php echo $data ['dur_name']?></option>
<?php
}
?>
</select></div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">จำนวน :</div></td>
<td bgcolor="#FFFF99"><div align="left">
<input name="stock" type="text" id="stock" size="1" maxlength="1" />
<select name="unit_id" id="unit_id">
<?php
$sql="select * from unit ";
$result = mysql_query($sql,$conn)
or die("ไม่สามารถดึงข้อมูลจากตาราง unit ได้".mysql_error());
while($data=mysql_fetch_array($result)) {
?>
<option value="<?php echo $data ['unit_id']?>"><?php echo $data ['unit_name']?></option>
<?php
}
?>
</select></div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">สถานที่เก็บครุภัณฑ์ :</div></td>
<td bgcolor="#FFFF99"><div align="left">
<select name="sto_id" id="sto_id">
<?php
$sql="select * from storage ";
$result = mysql_query($sql,$conn)
or die("ไม่สามารถดึงข้อมูลจากตาราง storage ได้".mysql_error());
while($data=mysql_fetch_array($result)) {
?>
<option value="<?php echo $data ['sto_id']?>"><?php echo $data ['sto_name']?></option>
<?php
}
?>
</select>
</div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="right">หมายเหตุ :</div></td>
<td bgcolor="#FFFF99"><div align="left">
<select name="not_id" id="not_id">
<?php
$sql="select * from note ";
$result = mysql_query($sql,$conn)
or die("ไม่สามารถดึงข้อมูลจากตาราง note ได้".mysql_error());
while($data=mysql_fetch_array($result)) {
?>
<option value="<?php echo $data ['not_id']?>"><?php echo $data ['not_name']?></option>
<?php
}
?>
</select>
</div></td>
</tr>
<tr>
<td bgcolor="#FFFF99"><div align="left"></div></td>
<td bgcolor="#FFFF99"><div align="left">
<input type="submit" name="save" id="save" value="จัดเก็บ" />
<input type="submit" name="cancel" id="cancel" value="ยกเลิก" />
</div></td>
</tr>
</table>
</div></td>
</tr>
</table>
</td>
</tr>
<?php include ("footer.php") ; ?>
Tag : PHP
|
|
|
|
|
|
Date :
2014-03-17 23:09:35 |
By :
By |
View :
771 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-03-17 23:11:30 |
By :
By |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
ไฟล์ insert ค่ะ
<?php
session_start();
$ses_admin_name =$_SESSION["ses_admin_id"];
?>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620" />
<?php
include("config.php");
$dateday=$_REQUEST["dateday"];
$durabler=$_REQUEST["durable"];
$cat_id=$_REQUEST["categor"];
$tyn_id=$_REQUEST["typename"];
$den_id=$_REQUEST["den_id"];
$yea_id=$_REQUEST["yea_id"];
$tym_id=$_REQUEST["tym_id"];
$no=$_REQUEST["no"];
$dur_id=$_REQUEST["dur_id"];
$stock=$_REQUEST["stock"];
$unit_id=$_REQUEST["unit_id"];
$sto_id=$_REQUEST["sto_id"];
$not_id=$_REQUEST["not_id"];
$total = ("cat_id+tyn_id+den_id+yea_id+tym_id+no");
$sql="INSERT INTO 56dsfibcsvc (56_id,dateday,durable,cat_id,tyn_id,den_id,yea_id,tym_id,no,dur_id,stock,unit_id,sto_id,not_id)";
$sql.="VALUES ('','$dateday','$durable','$cat_id','$tyn_id','$den_id','$yea_id','$tym_id','$no','$dur_id','$stock','$unit_id','$sto_id','$not_id')";
echo "<meta http-equiv=\"refresh\" content=\"1;URL=56_nameshow.php\">";
mysql_query($sql,$conn)
or die("ไม่สามารถเพิ่มข้อมูลลงสู่ตาราง 56dsfibcsvc ได้".mysql_error());
//echo "การเพิ่มข้อมูลสมบูรณ์";
mysql_close($conn);
echo "<meta http-equiv=\"refresh\" content=\"1;URL=56_nameshow.php\">";
?>
|
|
|
|
|
Date :
2014-03-17 23:13:06 |
By :
By |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอถามก่อนนะครับว่า "ต้องการนำข้อมูล 6 ชุด มาบวกรวมกัน แล้วบันทึกลงในฟิว 1 ฟิว " หมายถึงยังไงหรอครับ
1. นำข้อมูล 6 ชุดจากรูป database มาเรียงต่อกันแล้ว insert
2. นำข้อมูล 6 ชุดจากรูป database มาบวกกันตามหลักคณิตศาสตร์แล้ว insert
ถ้าเป็นแบบข้อ 1 ก็อาจจะหมายถึงการต่อ string โดยใช้แต่ละตัวแปรที่รับมาเชื่อมด้วย . เช่น Code (PHP)
$cat_id . $tyn_id
นะครับ
|
|
|
|
|
Date :
2014-03-19 10:07:35 |
By :
Pangpondpuen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ระบบครุภัณฑ์นี่เอง ดีนะสมัยนี้เค้าให้เขียนเลขติด/ต่อ กันได้ ถ้าเขียนแยก - (ขีด) ถ้าจะสนุก....
ส่วนเรื่องรวมก็ตามความเห็นที่ 2 อีก 1 เสียง
คิวรี่ออกมา นำมาต่อกันแ้วก็ update กลับเข้าไปใหม่
แต่ถ้าจะให้ง่าย เก็บแยกตารางกันจะสะดวกกว่าครับ
|
|
|
|
|
Date :
2014-03-19 11:13:13 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อย่างงี้ไงค่ะ
$sum = $cat_id.$tyn_id;
แล้วเอา $sum ไปใส่ดีบี
หรือ ตอน INSERT ก็ใช้ $cat_id.$tyn_id ลงไปเลย แต่โค้ดจะยาว แนะนำใช้แบบ $sum
ปล.ผมมั่ว 5555
|
|
|
|
|
Date :
2014-03-19 12:04:00 |
By :
phun |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|