|
|
|
รบกวนพี่ๆหน่อยคะ คือหนู insert ข้อมูลแล้วไม่เป็นภาษาไทยค่ะ |
|
|
|
|
|
|
|
ตามหัวข้อเลยคะ
data
Code (SQL)
CREATE TABLE `newplant` (
`p_id` int(11) NOT NULL auto_increment,
`p_inv` text NOT NULL,
`p_department` varchar(50) NOT NULL,
`p_name` varchar(50) NOT NULL,
`p_shift` varchar(50) NOT NULL,
`p_detail` varchar(100) NOT NULL,
`p_date` datetime NOT NULL,
`p_blower` varchar(50) NOT NULL,
`p_size` varchar(50) NOT NULL,
`p_thickness` varchar(50) NOT NULL,
`p_cus` varchar(50) NOT NULL,
`p_proname` varchar(50) NOT NULL,
`p_weight_nb` float NOT NULL,
`p_weight_nmg` float NOT NULL,
`p_weight_ng` float NOT NULL,
`p_weight_ntt` float NOT NULL,
`p_roll_length` float NOT NULL,
`p_blast` varchar(50) NOT NULL,
`p_thickness_gauge` varchar(50) NOT NULL,
`p_print` varchar(50) NOT NULL,
`p_quality` varchar(50) NOT NULL,
`p_status` varchar(50) NOT NULL,
`p_update` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`p_invroll` text NOT NULL,
PRIMARY KEY (`p_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
--
-- dump ตาราง `newplant`
--
INSERT INTO `newplant` VALUES (1, 'INV', 'TF-1', 'สุวรรณศัà¸à¸”ิ์ สีมาà', 'Night', '-', '2018-06-16 00:00:00', 'TF-800', '555', '555', 'kkkkk', '5555', 555, 555, 555, 22222, 22222, 'ผ่าน', 'ผ่าน', 'ผ่าน', 'ผ่าน', 'Open', '2018-06-16 16:05:13', '');
INSERT INTO `newplant` VALUES (2, 'INV', 'TF-1', 'สุวรรณศัà¸à¸”ิ์ สีมาà', 'Day', '-', '2018-06-18 00:00:00', 'TF-800', '10*10', '2.0', 'kkkkk', 'kkkkk', 20, 50, 20, 100, 50, 'ผ่าน', 'ผ่าน', 'ผ่าน', 'ผ่าน', 'Open', '2018-06-18 16:34:58', '');
INSERT INTO `newplant` VALUES (3, 'INV', 'TF-1', 'ผู้ดูà¹à¸¥à¸£à¸°à¸šà¸š', 'Day', '-', '2018-06-19 00:00:00', 'TF-800', '56555+5555+55+55', '2.0', '22222', '5555', 52, 500, 700, 1500, 150, 'ผ่าน', 'ผ่าน', 'ผ่าน', 'ผ่าน', 'Open', '2018-06-19 11:24:18', '');
INSERT INTO `newplant` VALUES (4, 'INV', 'TF-1', 'ผู้ดูà¹à¸¥à¸£à¸°à¸šà¸š', 'Day', '-', '2018-06-19 00:00:00', 'TF-800', '56555+5555+55+55', '2.0', '22222', '5555', 52, 500, 700, 1500, 150, 'ไม่ผ่าน', 'ไม่ผ่าน', 'ไม่ผ่าน', 'ไม่ผ่าน', 'Open', '2018-06-19 11:25:47', 'TR-00005');
addwork.php
Code (PHP)
<form action="insert.php" role="form" name="insert" id="insert" class="form-group" method="POST">
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-12">
<div class="form-group">
<h3 align="center">เพิ่มข้อมูล</h3>
</div></div></div>
<div class="row">
<div class="col-lg-4">
<div class="form-group">
<label> ใบสั่งงานเลขที่</label>
<input name="p_inv" type="text" id="p_inv" class="form-control input-sm" placeholder="*** ระบุ" required/>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label> ชื่อสินค้า</label>
<input name="p_proname" type="text" id="p_proname" class="form-control input-sm" placeholder="*** ระบุ" required/>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label> ชื่อลูกค้า</label>
<input name="p_cus" type="text" id="p_cus" class="form-control input-sm" placeholder="*** ระบุ" required/>
</div></div></div>
<div class="row">
<div class="col-lg-4">
<div class="form-group">
<label> แผนก</label>
<input name="p_department" type="text" id="p_department" class="form-control input-sm" placeholder="*** ระบุ" value="TF-1" readonly>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label> วันที่เป่า</label>
<input name="p_date" type="text" id="p_date" required class="form-control input-sm" placeholder="*** ระบุ" value="<?php echo date("Y/m/d");?>" readonly>
<script type="text/javascript">
jQuery('#Date').datetimepicker({
lang:'th',
timepicker:false,
format:'Y/m/d'
});
</script>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label>หมายเลขม้วน</label>
<input name="p_invroll" type="text" id="p_invroll" class="form-control input-sm" placeholder="*** ระบุ" required>
</div></div></div>
<div class="row">
<div class="col-lg-4">
<div class="form-group">
<label> เครื่องที่เป่า</label>
<input name="p_blower" type="text" id="p_blower" class="form-control input-sm" placeholder="*** ระบุ" required>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label> SIZE</label>
<input name="p_size" type="text" id="p_size" class="form-control input-sm" placeholder="*** ระบุ" required>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label> ความหนา</label>
<input name="p_thickness" type="text" id="p_thickness" class="form-control input-sm" placeholder="*** ระบุ" required>
</div></div>
</div></div></div>
<div class="row">
<div class="col-lg-4">
<div class="form-group">
<label> น้ำหนักกรัม/ใบ /กรัม</label>
<input name="p_weight_nb" class="form-control" id="p_weight_nb" required/>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label> น้ำหนักม้วนรวมแกน /กิโลกรัม</label>
<input name="p_weight_nmg" class="form-control" id="p_weight_nmg" required/>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label> น้ำหนักแกน /กิโลกรัม</label>
<input name="p_weight_ng" class="form-control" id="p_weight_ng" required/>
</div></div></div>
<div class="row">
<div class="col-lg-4">
<div class="form-group">
<label> น้ำหนักสิทธิ /กิโลกรัม</label>
<input name="p_weight_ntt" class="form-control" id="p_weight_ntt" required/>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label> ความยาวม้วน /เมตร</label>
<input name="p_roll_length" class="form-control" id="p_roll_length" required/> <option></option>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label> รายละเอียดงาน</label>
<textarea name="p_detail" class="form-control" id="p_detail" placeholder="ระบุรายละเอียดงานถ้าไม่มีใส่เครื่องหมาย -" required>-</textarea>
</div></div></div>
<!--
<div class="row">
<div class="col-lg-12">
<div class="form-group">
<table class="table table-striped table-hover" width="850px">
<tr>
<th colspan="2" align="center">การระเบิดผิว</th>
<th colspan="2" align="center">ผลการวัดหนาบาง</th>
<th colspan="2" align="center">การตรวจภาพพิมพ์</th>
<th colspan="2" align="center">คุณภาพสินค้า</th>
</tr>
<tr style="background-color:#">
<td width="23"><input type="checkbox" name="p_blast[1]" value="ผ่าน" id="1"></td>
<td width="188"> ผ่าน</td>
<td width="20"><input type="checkbox" name="p_thickness_gauge[1]" value="ผ่าน" id="1"></td>
<td width="188"> ผ่าน </td>
<td width="20"><input type="checkbox" name="p_print[1]" value="ผ่าน" id="1"></td>
<td width="188"> ผ่าน </td>
<td width="20"><input type="checkbox" name="p_quality[1]" value="ผ่าน" id="1"></td>
<td width="188"> ผ่าน </td>
</tr>
<tr style="background-color:#">
<td width="23"><input type="checkbox" name="p_blast[2]" value="p_blast" id="2"></td>
<td width="188"> ไม่ผ่าน</td>
<td width="20"><input type="checkbox" name="p_thickness_gauge[2]" value="ไม่ผ่าน" id="2"></td>
<td width="188"> ไม่ผ่าน </td>
<td width="20"><input type="checkbox" name="p_print[2]" value="ไม่ผ่าน" id="2"></td>
<td width="188"> ไม่ผ่าน </td>
<td width="20"><input type="checkbox" name="p_quality[2]" value="ไม่ผ่าน" id="2"></td>
<td width="188"> ไม่ผ่าน </td>
</tr>
</table>
</div></div></div>
-->
<div class="row">
<div class="col-lg-3">
<div class="form-group">
<label>การระเบิดผิว</label><br/>
<input type="checkbox" name="p_blast" value="ผ่าน" /> ผ่าน <br/>
<input type="checkbox" name="p_blast" value="ไม่ผ่าน" /> ไม่ผ่าน
</div></div>
<div class="col-lg-3">
<div class="form-group">
<label>การวัดหนาบาง</label><br/>
<input type="checkbox" name="p_thickness_gauge" value="ผ่าน" /> ผ่าน <br/>
<input type="checkbox" name="p_thickness_gauge" value="ไม่ผ่าน" /> ไม่ผ่าน
</div></div>
<div class="col-lg-3">
<div class="form-group">
<label>การตรวจภาพพิมพ์</label><br/>
<input type="checkbox" name="p_print" value="ผ่าน" /> ผ่าน <br/>
<input type="checkbox" name="p_print" value="ไม่ผ่าน" /> ไม่ผ่าน
</div></div>
<div class="col-lg-3">
<div class="form-group">
<label>คุณภาพสินค้า</label><br/>
<input type="checkbox" name="p_quality" value="ผ่าน" /> ผ่าน <br/>
<input type="checkbox" name="p_quality" value="ไม่ผ่าน" /> ไม่ผ่าน
</div></div></div>
<div class="row">
<div class="col-lg-4">
<div class="form-group">
<label>กะทำงาน</label>
<select name="p_shift" class="form-control" id="p_shift" placeholder="*** ระบุ" required/> <option></option>
<option>Day</option>
<option>Night</option>
</select>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label> สถานะ</label>
<input name="p_status" type="text" id="p_status" class="form-control input-sm" placeholder="*** ระบุ" value="Open" readonly/>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<label>ผู้บันทึกข้อมูล</label>
<input name="p_name" type="text" id="p_name" class="form-control input-sm" value="<?php echo $objResult10["m_name"];?>" readonly/>
</div></div></div>
<div class="row">
<div class="col-lg-12">
<div class="form-group">
<li class="btn-danger divider" style="height:3px;"></li>
</div></div>
<div class="col-lg-4">
<div class="form-group">
<button type="submit" class="btn btn-success" id="btnConfirm" >บันทึกข้อมูล</button>
<a href="index.php" class="btn btn-warning"> ยกเลิก </a>
</div></div></div>
<input type="hidden" name="insert" value="insert">
</div></div>
</form>
insert.php
Code (PHP)
<?php
/*
echo "<pre>";
print_r($_POST);
echo "</pre>";
exit();
*/
ini_set('display_errors', 1);
error_reporting(~0);
$serverName = "localhost";
$userName = "root";
$userPassword = "1234";
$dbName = "softloop";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
$sql ="INSERT INTO newplant(p_invroll,p_department,p_name,p_shift,p_detail,p_date,p_blower,p_size,p_thickness,p_cus,p_inv,p_proname,p_weight_nb,p_weight_nmg,p_weight_ng,p_weight_ntt,p_roll_length,p_blast,p_thickness_gauge,p_print,p_quality,p_status)
VALUES('".$_POST["p_invroll"]."','".$_POST["p_department"]."','".$_POST["p_name"]."','".$_POST["p_shift"]."','".$_POST["p_detail"]."','".$_POST["p_date"]."','".$_POST["p_blower"]."','".$_POST["p_size"]."','".$_POST["p_thickness"]."','".$_POST["p_cus"]."','".$_POST["p_inv"]."','".$_POST["p_proname"]."','".$_POST["p_weight_nb"]."','".$_POST["p_weight_nmg"]."','".$_POST["p_weight_ng"]."','".$_POST["p_weight_ntt"]."','".$_POST["p_roll_length"]."','".$_POST["p_blast"]."','".$_POST["p_thickness_gauge"]."','".$_POST["p_print"]."','".$_POST["p_quality"]."','".$_POST["p_status"]."')";
$query = mysqli_query($conn,$sql)or die("Error Connect to Database");
if($query) {
echo "Record add successfully";
}
mysqli_close($conn);
?>
Tag : PHP, MySQL
|
ประวัติการแก้ไข 2018-06-19 17:25:03
|
|
|
|
|
Date :
2018-06-19 17:09:36 |
By :
panthipa |
View :
658 |
Reply :
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mysqli_setchar($con,"utf8");mysqli_set_charset($con,"utf8");
|
|
|
|
|
Date :
2018-06-19 21:00:35 |
By :
sd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้คะ
|
|
|
|
|
Date :
2018-06-20 14:30:56 |
By :
panthipa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta charset="utf-8">
เขียนระบบแต่ขาดโครงสร้าง HTML น่ะครับ
|
|
|
|
|
Date :
2018-06-20 15:49:24 |
By :
Hararock |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input html
Code (PHP)
<!doctype html>
<html>
<head>
<meta charset="utf8">
php request
Code (PHP)
<?php
$conn = new mysqli($serverName,$userName,$userPassword,$dbName) or die( $conn->error);
$conn->set_charset('utf8');
ต้องกำหนดภาษาทั้งฝั่ง client และ server
|
ประวัติการแก้ไข 2018-06-21 07:26:10
|
|
|
|
Date :
2018-06-21 07:24:13 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พี่คะรบกวนถามอีกนิดคะ คือหนูจะ sum ข้อมูล วัน เดือน ปี ตอนนี้รายวัน ได้แล้วแต่ เดือน กับ ปี ยังไม่ได้คะขอรบกวนด้วยคะ
Code (PHP)
$SQL = "SELECT SUM(`p_weight_ntt`) AS value_sum FROM newplant WHERE MONTH(`p_date`) = CURDATE()";
|
|
|
|
|
Date :
2018-06-21 17:05:39 |
By :
panthipa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WHERE MONTH(`p_date`) =MONTH(CURDATE())
WHERE year(`p_date`) =year(CURDATE())
|
|
|
|
|
Date :
2018-06-21 19:13:31 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วคะขอบคุณค่ะ
|
ประวัติการแก้ไข 2018-06-22 11:33:57 2018-06-22 11:49:49
|
|
|
|
Date :
2018-06-22 11:30:51 |
By :
panthipa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|