Not found user_id= แต่ไม่ทราบว่าโค้ด error ตรงส่วนไหน
จากรูป ที่ 1 มันบอกว่า ไม่เจอ user_id ต้องการให้มันเป็นแบบรูปที่ 2 อ้ะค้ะ เเต่หาส่วนที่ผิดไม่เจอ
<html>
<head>
<title>..:::ระบบจัดการกลุ่มออมทรัพย์เพื่อการผลิต:::..</title>
</head>
<body>
<?
include "connect.php";
$dep1= $_POST["depd"];
$dep2=substr($dep1,5,2);
//echo "dep2=".$dep2;
$strSQL = "SELECT * FROM deposit WHERE user_id ='".$_GET["uID"]."' ORDER BY dep_id DESC LIMIT 0,1" ;
$objQuery = mysql_query($strSQL);
while($row3=mysql_fetch_array($objQuery)){
//$date1=$row3["dep_date"];
$date1=$row3["dep_date"];
$date2=substr($date1,5,2);
//echo "<br>DBdate2=".$date2;
if($dep2!=$date2){
yes($dep2);
}else{
no($date2);
}
}
function yes(&$ddd){
//echo "YES".$ddd;
$strSQL2= "INSERT INTO deposit(dep_id,user_id,dep_mount,dep_date,dep_time,user_id1)
VALUES('".$_POST['dep_id']."','".$_POST['user_id']."','".$_POST['dep_mount']."',CURDATE(),NOW(),'0003')";
$objQuery2 = mysql_query($strSQL2) or die(mysql_error());
$strSQL3 = "SELECT * FROM deposit WHERE user_id= '".$_GET["uID"]."' ";
$objQuery3 = mysql_query($strSQL3);
$objResult3 = mysql_fetch_array($objQuery3);
$dep= $objResult3["dep_mount"];
while($objResult3 = mysql_fetch_array($objQuery3))
{
$dep_total = $dep + $dep;
}
//end select
$strSQL4 = "UPDATE user SET ";
$strSQL4 .="dep_total = '".$dep_total."' ";
$strSQL4 .="WHERE user_id = '".$_GET["uID"]."' ";
$objQuery4 = mysql_query($strSQL4);
if($objQuery4)
{
echo "บันทึกรายการฝากเรียบร้อยแล้ว";
//echo "<script>alert('บันทึกรายการฝากเรียบร้อยแล้ว');</script>";
//echo "<meta http-equiv='refresh' content='0; url=deposit1.php?uID=$_GET["uID"]'>";
}
else
{
echo "<center>ไม่สามารถบันทึกข้อมูลได้[".$strSQL4."]</center>";
}
}//end function
function no(&$eee){
echo "<script>alert('รายการฝากเงินของสมาชิกประจำเดือนดังกล่าว มีอยู่เรียบร้อยแล้ว');</script>";
echo "<meta http-equiv='refresh' content='0; url=deposit1.php?uID=$uID'>";
//echo "<script>alert('รายการฝากเงินของสมาชิกประจำเดือนดังกล่าว มีอยู่เรียบร้อยแล้ว');</script>";
//echo "<meta http-equiv='refresh' content='0; url=deposit1.php?uID=$uID'>";
//echo "<meta http-equiv='refresh' content='0; url=deposit1.php?uID=$uID'>";
}//end function
mysql_close($objConnect);
?>
</body>
</html>
Tag : PHP, MySQL
Date :
2012-03-04 20:35:35
By :
lookpla26
View :
1037
Reply :
4
ใส่ exit; ต่อจากคำสั่งเช็คล็อคอิน
if($query){
echo "ไม่พบ user ต้องกรอก";
exit;
}
Date :
2012-03-04 22:41:19
By :
บังเอิญผ่านมาเห็น
แล้วก็ใช้ history.back(); ให้กับไปใส่ใหม่
Date :
2012-03-04 22:42:12
By :
บังเอิญผ่านมาเห็น
หลังจากที่เราบันทึกเเล้วอ้ะค้ะ....มันจะเด้งกลับมาที่รูปที่ 1 และ 2 แต่ตอนเด้งกลับมา มันบอกว่าไม่เจอ user_id ยังทำไม่ได้เลย
savedeposit.php
<? include "session_id.php";?>
<html>
<head>
<title>..:::ระบบจัดการกลุ่มออมทรัพย์เพื่อการผลิต:::..</title>
</head>
<body>
<?
include "connect.php";
$dep1= $_POST["depd"];
$dep2=substr($dep1,5,2);
//echo "dep2=".$dep2;
$uID = $_GET["uID"];
echo $uID;
$strSQL = "SELECT * FROM deposit WHERE user_id ='".$_GET["uID"]."' ORDER BY dep_id DESC LIMIT 0,1" ;
$objQuery = mysql_query($strSQL);
while($row3=mysql_fetch_array($objQuery)){
//$date1=$row3["dep_date"];
$date1=$row3["dep_date"];
$date2=substr($date1,5,2);
//echo "<br>DBdate2=".$date2;
if($dep2!=$date2){
yes($dep2);
}else{
no($date2);
}
}
function yes(&$ddd){
//echo "YES".$ddd;
$strSQL2= "INSERT INTO deposit(dep_id,user_id,dep_mount,dep_date,dep_time,user_id1)
VALUES('".$_POST['dep_id']."','".$_POST['user_id']."','".$_POST['dep_mount']."',CURDATE(),NOW(),'0003')";
$objQuery2 = mysql_query($strSQL2) or die(mysql_error());
$strSQL3 = "SELECT * FROM deposit WHERE user_id= '".$_GET["uID"]."' ";
$objQuery3 = mysql_query($strSQL3);
$objResult3 = mysql_fetch_array($objQuery3);
$dep= $objResult3["dep_mount"];
while($objResult3 = mysql_fetch_array($objQuery3))
{
$dep_total = $dep + $dep;
}
//end select
$strSQL4 = "UPDATE user SET ";
$strSQL4 .="dep_total = '".$dep_total."' ";
$strSQL4 .="WHERE user_id = '".$_GET["uID"]."' ";
$objQuery4 = mysql_query($strSQL4);
if($objQuery4)
{
echo "บันทึกรายการฝากเรียบร้อยแล้ว";
//echo "<script>alert('บันทึกรายการฝากเรียบร้อยแล้ว');</script>";
//echo "<meta http-equiv='refresh' content='0; url=deposit1.php?uID=$_GET["uID"]'>";
}
else
{
echo "<center>ไม่สามารถบันทึกข้อมูลได้[".$strSQL4."]</center>";
}
}//end function
function no(&$eee){
echo "<script>alert('รายการฝากเงินของสมาชิกประจำเดือนดังกล่าว มีอยู่เรียบร้อยแล้ว');</script>";
echo "<meta http-equiv='refresh' content='0; onClick="JavaScript:history.back();">
>";
//echo "<script>alert('รายการฝากเงินของสมาชิกประจำเดือนดังกล่าว มีอยู่เรียบร้อยแล้ว');</script>";
//echo "<meta http-equiv='refresh' content='0; url=deposit1.php?uID=$uID'>";
//echo "<meta http-equiv='refresh' content='0; url=deposit1.php?uID=$uID'>";
}//end function
mysql_close($objConnect);
?>
</body>
</html>
deposit1.php
<? include "headlog.php" ?>
<? include "connect.php" ?>
<?
$strSQL = "SELECT * FROM user WHERE user_id = '".$_GET["uID"]."'";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$objResult = mysql_fetch_array($objQuery);
if(!$objResult)
{
echo "Not found user_id=".$_GET["uID"];
}
?>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="main_style.css">
<div class="warp" >
<body>
<div class="warp" >
<div class="body" >
<div id="left_block">
<p style=" clear:both;margin:10px 0 0;">
<div class="manu_list" style="margin-top:1px;">
<td colspan="2"><img src="images/menu.gif" width="220" height="30" /></td>
<a href="authdepindex.php">หน้าแรก</a>
<a href="authdepprofile">ข้อมูลส่วนตัว</a>
<a href="authdepmem">จัดการข้อมูลสมาชิก</a>
<a href="authdepitem">จัดการข้อมูลเงินฝาก</a>
<a href="authdepdiv">คำนวณเงินปันผล</a>
<a href="authdeppaydiv">ข้อมูลการจ่ายเงินปันผล</a>
<a href="authnews">จัดการข้อมูลข่าวประชาสัมพันธ์</a>
<a href="logout.php">ออกจากระบบ</a>
</div>
</p>
</div>
<font size="18" color="#993300"><b><center> เพิ่มจำนวนเงินฝาก </center></b></font>
<p>
<table cellpadding="0" cellspacing="0" width="70%" border="0" align="center">
<tr align="right">
<td width="5%" valign="bottom">
<input type="image" id="new" name="บันทึกข้อมูล" width="40" height="40" src="images/add.png" alt="บันทึกข้อมูล"/> <br/>
<a href="depositformadd.php?uID=<?=$objResult['user_id']?>">เพิ่มจำนวนเงินฝาก</a>
</td>
</tr>
</table>
<p>
<table width="70%" border="1" align="center" cellpadding="1" cellspacing="0" bordercolor="#000066">
<tr bgcolor="#99ffff">
<th width="10%">ลำดับที่</th>
<th width="15%">หมายเลขบัญชี</th>
<th width="25%">ชื่อสมาชิก</th>
<th width="25%">วันที่/เวลา</th>
<th width="10%" >ฝากเงิน</th>
<th width="20%">คำสั่ง</th>
</tr>
<?
$strSQL = "SELECT * FROM user u,deposit d WHERE u.user_id= d.user_id and u.user_id = '".$_GET["uID"]."'";
$objQuery2 = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$a =1;
while($data = mysql_fetch_array($objQuery2))
{
$fname = $data['prefix_name'].$data['fname']." ".$data['lname'];
$i++;
if($i%2==0)
{
$bg = "#ccffcc";
}
else
{
$bg = "#FFFFFF";
}
?>
<tr bgcolor="<?=$bg;?>">
<td align="center"><? echo $a++; ?></td>
<td align="center" ><?=$data["user_id"];?></td>
<td align="center"><? echo $fname; ?></td>
<td align="center"><?=$data["dep_date"];?> | <?=$data["dep_time"];?></td>
<td align="center"><?=$data["dep_mount"];?></td>
<?
$dep_total = $dep_total + $data['dep_mount'];
?>
<td align="center"><A href="printdep.php?uID=<?=$objResult["user_id"];?>&dep=<?=$data["dep_id"];?>">พิมพ์ใบฝากเงิน</a></td>
</tr>
<?
}
?>
<tr class="row<?=$i%2?>">
<td colspan="6" align="right"class="topic_detail">ยอดรวมเงินสะสม = <?=$dep_total?> บาท </td>
</tr>
</table>
</div>
<div class="footer_page">
</div>
</body>
</html>
Date :
2012-03-05 06:37:30
By :
lookpla26
ถ้าอย่างนั้นก็ผิดประเดน ขอโทษที
แบบนี้แสดงว่า ค่าที่ส่งไปอาจไม่มีใจเบส หรือชื่อตัวแปรผิด
มันเออเรอที่หน้า deposit1.php ใช่ป่าว
บรรทัด 61 ตารางชื่อ user_u หรื่อต้องการเปลี่ยนชื่อตาราง user เป็น u
ถ้าจะเปลี่ยนชื่อ user as u น่าจะแบบนี้
Code (PHP)
$strSQL = "SELECT * FROM user u,deposit d WHERE u.user_id= d.user_id and u.user_id = '".$_GET["uID"]."'";
ในกรณีไม่ได้เปลี่ยนชื่อตาราง
Code (PHP)
$strSQL = "SELECT * FROM user, deposit WHERE user.user_id = deposit.user_id and user.user_id ='".$_GET["uID"]."' ";
Date :
2012-03-05 10:24:44
By :
บังเอิญผ่านมาเห็น
Load balance : Server 02