|
|
|
สอบถามเรื่อง Header Location กับ inner join รบกวนด้วยค่ะ หนูทำโปรเจค T^T |
|
|
|
|
|
|
|
ได้ครับ ส่งไปในรูปแบบ GET
Code (PHP)
header('location: myfile.php?data1=value1&data2=value2');
|
|
|
|
|
Date :
2016-06-22 13:38:33 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขึ้น Warning อะค่ะ
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\myphp_5121\admin\add_redeem.php on line 18
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\myphp_5121\admin\add_redeem.php on line 23
ลิงค์id ไม่มาด้วยอะค่ะ มาเเต่รหัสของตารางนี้ในฐาน (รหัสสินค้า กับลูกค้า อยู่คนละตาราง )
|
|
|
|
|
Date :
2016-06-22 13:51:29 |
By :
ployploy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
header('location: add_redeem?pro_id=pro_id&c_id=c_id');
น่าจะเป็นแบบนี้นะครับ
Code (PHP)
header('location: add_redeem?pro_id='.$pro_id.'&c_id='.$c_id);
แล้วโค๊ดตัวรับ
Code (PHP)
$pro_id= $_GET['pro_id']; $c_id=$_GET['c_id'];
ปล. เพื่อผ่านคำสั่ง header('location: xxxxxx'); จะไม่ผ่านลงไปทำคำสั่งต่อไปนะครับ
จะสิ้นสุดโปรแกรมไปในตัว
ดูจากโค๊ดที่นำมาลงไม่แน่ใจ่วาไฟล์เดียวกันหรือเปล่า หลังคำสั่ง header('location:xxxx'); ยังมีคำสั่งต่อไปอีก
|
ประวัติการแก้ไข 2016-06-22 14:09:11
|
|
|
|
Date :
2016-06-22 14:06:12 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งั้นเอาไฟล์ add_redeem มาดูหน่อยครับ ตอนอ้างอิงตัวแปรที่ส่งมา อ้างอิงแบบไหนครับ
|
|
|
|
|
Date :
2016-06-22 14:25:17 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โค๊ด add_redeem ตอนนี้ไม่ขึ้น error เเล้วค่ะ เเต่ id ไม่มา
Code (PHP)
<?
include "Dbconnect.php";
/*
$SQL = "SELECT * from product WHERE pro_id='$pro_id' ";
$result = mysql_query( $SQL );
$fetcharry=mysql_fetch_array($result);
$SQL = "SELECT * from cus WHERE pro_id='$pro_id' ";
$result = mysql_query( $SQL );
$fetcharry=mysql_fetch_array($result);
*/
$sql="select * from redeem inner join customer on redeem.c_id=customer.c_id";
$result = mysql_query( $sql );
$fetcharry=mysql_fetch_array($result);
$c_id=$fetcharry['c_id'];
echo mysql_error();
$sql1="select * from redeem inner join product on redeem.pro_id=product.pro_id";
$result1 = mysql_query( $sql1 );
$fetcharry1=mysql_fetch_array($result1);
$pro_id=$fetcharry1['pro_id'];
$pro_number=$fetcharry1['pro_number'];
echo mysql_error();
$pro_id= $_GET['pro_id']; $c_id=$_GET['c_id'];
//$c_name=$fetcharry['c_name'];
//c_id='".$GET["c_id"]."'
//$num_rows = mysql_num_rows($Result);
//$sql="select * from product inner join customer on product.c_id=customer.c_id WHERE product.c_id ";
//$result = mysql_query( $sql );
//$num_rows = mysql_num_rows($query);
/*$fetcharry = mysql_fetch_array($result);
$pro_id=$fetcharry['pro_id'];
$c_id=$fetcharry['c_id'];
$c_name=$fetcharry['c_name'];
$pro_type_id=$fetcharry['pro_type_id'];
$pro_name=$fetcharry['pro_name'];
$pro_bran=$fetcharry['pro_bran'];
$pro_model=$fetcharry['pro_model'];
$pro_scar=$fetcharry['pro_scar'];
$pro_acc=$fetcharry['pro_acc'];
$pro_price=$fetcharry['pro_price'];*/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- title and meta -->
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/base.css" />
<link rel="stylesheet" href="css/style.css" />
<title>เพิ่มสินค้าไถ่ถอน</title>
</head>
<body>
<table width="960" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center"><img src="img/banner.png" width="960" height="250"></td>
</tr>
<tr>
<td><? include"menu_top.php";?></td>
</tr>
<tr>
<td align="center" valign="top"><p class="text_blue">
<h3 align="center"><br></h3>
<h2><strong><font color="#000066">> เพิ่มข้อมูลสินค้าไถ่ถอน <</font></strong></h2>
<p> </p>
<form action="save_redeem.php"method="post" enctype="multipart/form-data" >
<input type="hidden" name="pro_id" value="<?=$pro_id;?>">
<table width="666" height="422" border="0">
<tr>
<td width="247" height="42" align="right" bgcolor="#FFCC99"><div align="right">
<h3>รหัสการไถ่ถอน : </h3>
</div></td>
<td width="409" bgcolor="#FFFFCC"><h3><? $redeem_id=mysql_result(mysql_query("Select Max(redeem_id)+1 as MaxID from redeem"),0,"MaxID");
if($redeem_id==''){
$redeem_id="1";
}else{
$redeem_id=sprintf("%01d",$redeem_id);
} echo "$redeem_id" ?>
</h3></td>
</tr>
<tr>
<td height="58" align="right" bgcolor="#FFCC99"><div align="right">
<h3>วันไถ่ถอนคืน : </h3>
</div></td>
<td bgcolor="#FFFFCC"><h3>
<label for="date_redeem"></label>
<input type="text" name="date_redeem" id="date_redeem">
</h3></td>
</tr>
<tr>
<td height="60" align="right" bgcolor="#FFCC99"><h3>วันที่ตัดดอกเบี้ย : </h3></td>
<td bgcolor="#FFFFCC"><h3>
<label for="date_interest"></label>
<input type="text" name="date_interest" id="date_interest">
</h3></td>
</tr>
<tr>
<td height="56" align="right" bgcolor="#FFCC99"><h3>ดอกเบี้ย : </h3></td>
<td bgcolor="#FFFFCC">
<label for="interest"></label>
<input type="text" name="interest" id="interest"></td>
</tr>
<tr>
<td height="56" align="right" bgcolor="#FFCC99"><div align="right">
<h3>รหัสลูกค้า : </h3>
</div></td>
<td bgcolor="#FFFFCC"><h3>
<?php echo $fetcharr['c_id']; ?>
</h3></td>
</tr>
<tr>
<td height="67" align="right" bgcolor="#FFCC99"><h3>รหัสสินค้าจำนำ : </h3></td>
<td bgcolor="#FFFFCC"><?php echo $fetcharr1['pro_id']; ?></td>
<tr>
<td height="67" align="right" bgcolor="#FFCC99"><h3>สถานะ : </h3></td>
<td bgcolor="#FFFFCC"><h3>
<select name="status_id" id="status_id" required>
<?
$strSQL = "SELECT * FROM status_pro";
$objQuery = mysql_query($strSQL);
while($objResuut = mysql_fetch_array($objQuery))
{
?>
<option value="<?=$objResuut["status_id"];?>">
<?=$objResuut["status_name"];?>
</option>
<?
}
?>
</select>
</h3></td>
</table>
<p align="center">
<input type="submit" name="Add" id="Add" value="เพิ่มข้อมูล">
</p>
<p align="center"> </p>
</form>
</form></tr>
</td>
</tr>
</tbody>
</table>
</body>
</html>
|
ประวัติการแก้ไข 2016-06-22 14:42:14
|
|
|
|
Date :
2016-06-22 14:40:36 |
By :
ployploy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บันทัด 029.
$pro_id= $_GET['pro_id']; $c_id=$_GET['c_id'];
ลอง echo มันออกมาดูว่าตัวแปรมาหรือยัง
|
|
|
|
|
Date :
2016-06-22 14:46:54 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มาค่ะ เเต่ตรงให้มันเเสดง มันไม่มา
|
|
|
|
|
Date :
2016-06-22 14:56:43 |
By :
ployploy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็ พิมผิด มันจะออกไหมละครับ $fetcharry ไม่ใช่ $fetcharr ตต้องดู ตัวแปรดีๆ นะ $SQL กับ $sql มันไม่เหมือนกัน
|
ประวัติการแก้ไข 2016-06-22 15:20:45
|
|
|
|
Date :
2016-06-22 15:20:15 |
By :
gaowteen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณค่ะ ได้เเล้วว
|
|
|
|
|
Date :
2016-06-22 16:50:09 |
By :
ployploy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|