|
|
|
สอบถาม PHP กดปุ่มนำจ่ายพัสดุแล้วแต่มันนำจ่ายไม่ตรง ID มันนำจ่ายID ล่างสุดแทน แก้ไขยังไงครับ (รบกวนพี่ๆช่วยหน่อยครับ) |
|
|
|
|
|
|
|
Code (PHP)
<?php
include("conn.php");
?>
<?php
include 'check_ADMIN.php'
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>E-POST System NSRU</title>
<style type="text/css">
@import url("../parcel/bootstrap.css");
@import url("../parcel/bootstrap-3.3.7-dist/css/bootstrap.css");
@import url("../bootstrap-3.3.7-dist/css/bootstrap.css");
body {
}
</style>
</head>
<body>
<form>
<?php
include "header.php"
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container"></form>
<form id="" action="search_send_show.php" name="form1" method="post">
<p> </p>
<table width="1150px" border="1" align="center">
<tr >
<td width="258" align="center"><p align="center">
<?php
include 'menu_left_admin.php'
?>
</p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><a href="http://track.thailandpost.co.th/tracking/default.aspx"> </p></td>
<td width="876" valign="top"><table width="100%" border="0" valign="top">
<tbody>
<tr class="btn-default">
<th height="64" scope="col"> </th>
<th scope="col"><h3>นำจ่ายพัสดุ</h3></th>
<th scope="col"> </th>
</tr>
</tbody>
</table>
<table align="center" width="100%" border="0">
<tbody>
<tr>
<td align="center"><table width="100%" border="0">
<tbody>
<tr>
<td> </td></tr></tbody></table>
<label for="textfield"><br>
ชื่อ:</label>
<input type="text" name="sname" id="textfield"> <input name="bsearch" type="submit" id="button4" value="ค้นหา"> <input name="button" type="submit" id="button" formaction="sent_show.php" title="ข้อมูลการนำจ่าย" value="ข้อมูลการนำจ่าย"></td>
</tr>
</tbody>
</table>
<p> </p>
<table align="center" width="98%" border="0">
<tbody>
<tr>
<td><table align="center" width="100%" border="1">
<tbody>
<tr align="center" class="table table-hover">
<td align="center" >รหัสพัสดุ</td>
<td align="center">วันที่รับเข้า</td>
<td align="center">ชื่อผู้ส่งพัสดุ</td>
<td align="center">เบอร์โทรศัพท์</td>
<td align="center" >สถานะพัสดุ</td>
<td align="center">ประเภทพัสดุ</td>
<td align="center">ชื่อผู้รับพัสดุ</td>
<td align="center">ผู้รับเเทน (ถ้ามี)</td>
<td align="center">นำจ่าย</td>
</tr>
<!--เป็น HTML ของแถวที่ 1 -->
<?
$strSQL ="SELECT parcles.parcle_id, parcles.parcle_dt_get, parcles.parcle_from, parcles.parcle_tel,parcles.parcle_status,parcles.member_id,parcles.type_id, members.member_id,members.member_name, members.member_surname From parcles, members WHERE parcles.member_id = members.member_id AND parcles.parcle_status= '1' ";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$Per_Page = 20; // Per Page
$Page = $_GET["Page"];
if(!$_GET["Page"])
{
$Page=1;
}
$Prev_Page = $Page-1;
$Next_Page = $Page+1;
$Page_Start = (($Per_Page*$Page)-$Per_Page);
if($Num_Rows<=$Per_Page)
{
$Num_Pages =1;
}
else if(($Num_Rows % $Per_Page)==0)
{
$Num_Pages =($Num_Rows/$Per_Page) ;
}
else
{
$Num_Pages =($Num_Rows/$Per_Page)+1;
$Num_Pages = (int)$Num_Pages;
}
$strSQL .=" order by parcle_id ASC LIMIT $Page_Start , $Per_Page";
$result =mysqli_query($conn,$strSQL);
if(mysqli_num_rows($result)>0){ //เป็นPHPเป็นการเลือกตารางจากdbเก็บที่sql และ เก็บฐานข้อมูลไว้ที่ result จากนั้นกำหนดค้าถ้าแถวมากกว่า0เป็นจริงก็จะแสดง
while($array=mysqli_fetch_array($result)){ //whileถ้ามีข้อมูลให้ทำเป็นการวนloopเอา{ไปไว้หน้าelseอีก1ครั้งเพราะเป็นของไวน์ เฟสอาเรย์(เก็บข้อมูลได้เยอะ)คือการอ่านข้อมูลทีละเเถว
$parcle_id =$array['parcle_id'];
$parcle_dt_get =$array['parcle_dt_get'];
$parcle_from =$array['parcle_from'];
$parcle_tel =$array['parcle_tel'];
$parcle_status =$array['parcle_status'];
$member_id =$array['member_id'];
$member_name =$array['member_name'];
$member_surname =$array['member_surname'];
$type_id =$array['type_id'];
?>
<tr>
<td align="center"><?php echo $parcle_id; ?><br>
<td align="center"><?php echo $parcle_dt_get ?></td>
<td align="center"><?php echo $parcle_from; ?></td>
<td align="center"><?php echo $parcle_tel; ?></td>
<td align="center" ><?php if($parcle_status==1)echo "<font color='blue'>รอนำจ่าย</font>"; if($parcle_status==2)echo "<font color='green'>นำจ่ายแล้ว</font>"; ?></td>
<?php
$sql2="SELECT type_id, type_name FROM type WHERE type_id=$type_id";
$query2=mysqli_query($conn,$sql2);
$array2=mysqli_fetch_array($query2); //ใช้ได้ทั้งarrayและassoc
$t_id= $array2['type_id'];
$t_name= $array2['type_name'];
?>
<td align="center"><?php echo $t_name; ?></td>
<td align="center"><?php echo $member_name;?> <?php echo $member_surname;?></td>
<form id="" action="send_update.php" name="form2" method="get">
<td align="center"><input type="text" name="parcle_getreplaced" id="textfield2" size="10"></td>
<td align="center"><input type="hidden" name="parcle_id" id="textfield" value="<?php echo $parcle_id; ?>"> <input name="bsearch" type="submit" id="button4" onclick="return confirm('คุณต้องการนำจ่ายใช่หรือไม่ ?')" value=" นำจ่าย "></td>
</from>
</tr>
<!--เป็น HTML ของแถวที่ 2 -->
<?php
}}else{
echo "ไม่มีข้อมูลในฐานข้อมูล";
}
?>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p style="text-align: center">
<br>
Total <?= $Num_Rows;?> Record : <?=$Num_Pages;?> Page :
<?
if($Prev_Page)
{
echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page'><< Back</a> ";
}
for($i=1; $i<=$Num_Pages; $i++){
if($i != $Page)
{
echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</a> ]";
}
else
{
echo "<b> $i </b>";
}
}
if($Page!=$Num_Pages)
{
echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page'>Next>></a> ";
}
?>
</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
</form>
<br>
<br>
<form>
<?php
include "footer.php"
?>
</p>
</div>
</form>
</body>
</html>
Tag : PHP, MySQL, Appserv
|
|
|
|
|
|
Date :
2017-04-23 21:56:30 |
By :
charoen57 |
View :
689 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รูปหน้าจอครับ ผมจะกดนำจ่ายรหัสพัสดุ 11 แต่พัสดุ Nm4 ไปแทนครับ
|
|
|
|
|
Date :
2017-04-23 21:59:10 |
By :
charoen57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เรียบร้อยแล้วครับ ขอบคุณมากครับ
|
|
|
|
|
Date :
2017-04-25 12:45:17 |
By :
charoen57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2017-04-25 14:58:17 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|