สอบถามค่ะ พอดีว่าทำระบบเกี่ยวกับครุภัณฑ์แล้วติดตรงที่การรันรหัสอัตโนมัติโดยที่มีการแยกประเภท โดยจะรันตามประเภทที่เลือกตอนที่เพิ่ม
สอบถามค่ะ พอดีว่าทำระบบเกี่ยวกับครุภัณฑ์แล้วติดตรงที่การรันรหัสอัตโนมัติโดยที่มีการแยกประเภท โดยจะรันตามประเภทที่เลือกตอนที่เพิ่ม นะค่ะเช่น 5802001 5802002 5801001 5801002 แบบนี้นะค่ะ มันต้องเขียนโค้ดยังไงค่ะ
นี้คือโค้ดที่เขียนค่ะ
Code (PHP)
<?php
include 'connect.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>บันทึกข้อมูลอุปกรณ์</title>
<STYLE>
A:link {
color:#000000;
text-docortion:none
}
A:visited {
color:#000000;
text-docortion:none
}
A:hover {
color:#ff9900
}
</STYLE>
</head>
<body>
<?php
//for($i=0;$i<count($_POST["num"]);$i++){
$sql_num = "select * from d_datadurable_equipment order by equ_id desc; ";
$db_query_num = mysql_query($sql_num);
$rs_num = mysql_fetch_array($db_query_num);
$sortequ_id= $_POST['sortequ_id'];
//$sortequ = substr($rs_num['sortequ_id'],2);
$yearMonth = substr(date("Y")+543, -2).date("m");
$maxId = substr($rs_num['equ_id'], -3);
$maxId = intval($maxId);
$maxId = substr("000".$maxId, -3);
$nextId = $yearMonth.$sortequ_id.$maxId;
echo $nextId
//}
?>
<?php
$equ_id = $_POST['equ_id'];
$equ_date = $_POST['equ_date'];
$equ_namedurable = $_POST['equ_namedurable'];
$sortequ_id = $_POST['sortequ_id'];
$equ_detail = $_POST['equ_detail'];
$equ_file = $_FILES['equ_file'];
$equ_status = $_POST['equ_status'];
$logldir1="fileupload/";
$pro_pic_filel=$logldir1.basename($_FILES['equ_file']['name']);
move_uploaded_file($_FILES['equ_file']['tmp_name'],$pro_pic_filel);
$dd=1;
while($dd<=$num)
{
$nextId=intval($nextId)+1;
$sql ="insert into d_datadurable_equipment (equ_id,equ_date,equ_namedurable,sortequ_id,equ_detail,equ_file,equ_status) VALUES ('$nextId','$equ_date ','$equ_namedurable','$sortequ_id','$equ_detail','$pro_pic_filel','$equ_status');";
$db_query= mysql_db_query($db,$sql);
$dd++;
}
?>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr align="center">
<td><br>
<br>
<img src="img/green-globe-ok-tic-26718.jpg" width="70" height="70"></td>
</tr>
<tr align="center">
<td>บันทึกข้อมูลอุปกณ์เรียบร้อยแล้ว
<!--ตั้งเวลาเปลี่ยนหน้าอัตโนมัติ-->
<meta http-equiv=refresh content=1;URL=admin_durable.php>
</td>
</tr>
</table>
</body>
</html>
Tag : PHP, MySQL
ประวัติการแก้ไข 2015-11-20 10:18:04
Date :
2015-11-20 10:12:21
By :
siwnana
View :
1164
Reply :
4
น่าจะคล้ายตัวอย่างนี้ครับ
PHP Auto Generate Number ตัวอย่างการทำ Auto Number
Date :
2015-11-20 11:57:16
By :
mr.win
ตอนนี้ผมกำลังทำ ระบบ ครุภัณฑ์ ให้กับทางมหาลัยอะครับ อยากได้ตัวอย่าง ไม่ทราบว่าพอจะมีตัวอย่างไห้ไหมครับ
ไว้เป็น กิจกรรมทางการศึกษาครับ ขอบคุณครับ
Date :
2016-02-10 20:10:36
By :
champza56
ผมมีโปรเจคเก่า ๆ ลอง PM มาครับ
Date :
2016-02-11 09:29:31
By :
mr.win
Load balance : Server 03