|
|
|
สอบถามวิธีทำค่ะ การส่งค่าจากฟอรืมโดยการ redirect ทำไงขอตัวอย่างหน่อยนะคะ |
|
|
|
|
|
|
|
แบบนี้เหรอครับ
|
|
|
|
|
Date :
2013-06-11 19:51:54 |
By :
itpcc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช่ค่ะๆ ประมารนี้อ่ะ ทำยังหรอคะ พี่
|
|
|
|
|
Date :
2013-06-11 20:02:50 |
By :
pam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็...
Code page1 (JavaScript)
$(document).ready(function(){
$("form").submit(function(){
window.location = "url.php?txt="+$("input[type=text").val();
});
});
|
ประวัติการแก้ไข 2013-06-11 20:13:34
|
|
|
|
Date :
2013-06-11 20:12:14 |
By :
itpcc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอบความคิดเห็นที่ : 4 เขียนโดย : itpcc เมื่อวันที่ 2013-06-11 20:12:14
รายละเอียดของการตอบ ::
.<td width="58" bgcolor="#FF9966">โมลด์ S <br>
<input name="txtmolds" id="txtmolds" placeholder="" value="" type="text" size="5"></td>
<td width="64" bgcolor="#FF9966">โมลด์ M <br>
<input name="txtmoldm" id="txtmoldm" placeholder="" value="" type="text" size="5"></td>
<td width="61" bgcolor="#FF9966">โมลด์ L <br>
<input name="txtmoldl" id="txtmoldl" placeholder="" value="" type="text" size="5"></td>
อันนี้คือ text box ฟอร์มแรกอ่ะค่ะ
อันนี้เป็นส่วน radio form 2
Code (PHP)
<label>
<input type="hidden" name="txtmolds" value="<?php echo htmlspecialchars($_POST['txtmolds']); ?>" />
<input type="hidden" name="txtmoldm" value="<?php echo htmlspecialchars($_POST['txtmoldm']); ?>" />
<input type="hidden" name="txtmoldl" value="<?php echo htmlspecialchars($_POST['txtmoldl']); ?>" />
<label>
<input <?php if ($_POST['Rdomold'] === $_POST['txtmolds']) { echo'checked="checked"'; } ?>
type="radio" name="Rdomold" value="<? echo $_POST["txtmolds"]?>" id="RadioGroup1_0">
<? echo $_POST["txtmolds"] ?>
</label>
<br>
<label>
<input <?php if ($_POST['Rdomold'] === $_POST['txtmoldm']) { echo'checked="checked"'; } ?>
type="radio" name="Rdomold" value="<? echo $_POST["txtmoldm"]?>"id="RadioGroup1_1">
<? echo $_POST["txtmoldm"]?>
</label>
<br>
<label>
<input <?php if ($_POST['Rdomold'] === $_POST['txtmoldl']) { echo'checked="checked"'; } ?>
type="radio" name="Rdomold" value="<? echo $_POST["txtmoldl"]?>" id="RadioGroup1_2">
<? echo $_POST["txtmoldl"]?>
ส่วนอันนี้ เปนโค้ดการอินเสิท ของฟอรืมแรกซึ่งมีการ รีไดเรค ไปฟอรืม 2 และต้องการให้มันส่งค่าtext boxไป radioฟอร์ม สองอ่ะคะ ต้องทำไงหรอคะ
<? include('conn.php');
$ball= $_POST['ball'];
$country= $_POST['selectcountry'];
$artwork= $_POST['selectArtwort'];
$LotID =mysql_result(mysql_query("Select Max(substr(LotID,-2))+1 as MaxID from qc_record"),0,MaxID);//เลือกเอาค่า id ที่มากที่สุดในฐานข้อมูลและบวก 1 เข้าไปด้วยเ
if($LotID ==''){ // ถ้าได้เป็นค่าว่าง หรือ null ก็แสดงว่ายังไม่มีข้อมูลในฐานข้อมูล
$LotID ="L01";
}else{
$LotID ="L".sprintf("%02d",$LotID );//ถ้าไม่ใช่ค่าว่าง
}
$str = "INSERT INTO qc_record" ;
$str .= "(LotID,Date,Time,ModelID,CountryID,Po,Amountball,Temperature,Humidity,Standard,Airleaktime,Pressure,Minpressure,
Pressmore,SpaceLR,Space_aside,EmpID,Artwork)";
$str .="VALUES";
$str .="('".$LotID."','".$_POST['txtdate']."','".$_POST['txttime']."','".$ball."','".$country."','".$_POST['txtpo']."'";
$str .=",'".$_POST['txtamount']."','".$_POST['txttem']."','".$_POST['txthum']."','".$_POST['selectstd']."'";
$str .= ",'".$_POST['txtairleak']."','".$_POST['txtpress']."','".$_POST['txtminpress']."','".$_POST['txtpressvalue']."'";
$str .=",'".$_POST['txtLR']."','".$_POST['txtasside']."','".$_POST['txtid']."','".$artwork."')";
$moldshape = $_POST['selectring'];
$moldcondition = $_POST['selectcondition'];
$Std_value =mysql_result(mysql_query("Select Max(substr(Std_value,-2))+1 as MaxID from standardvalue"),0,MaxID);//เลือกเอาค่า id ที่มากที่สุดในฐานข้อมูลและบวก 1 เข้าไปด้วยเ
if($Std_value ==''){ // ถ้าได้เป็นค่าว่าง หรือ null ก็แสดงว่ายังไม่มีข้อมูลในฐานข้อมูล
$Std_value ="S01";
}else{
$Std_value="S".sprintf("%02d",$Std_value );//ถ้าไม่ใช่ค่าว่าง
}
$str1 = "INSERT INTO standardvalue";
$str1.= "(Std_value,Po,AirPressure,Weight,Moldring,MoldS,MoldM,MoldL,moldShape,Moldcondition)";
$str1.= "VALUES";
$str1.="('".$Std_value."','".$_POST['txtpo']."','".$_POST['txtair']."','".$_POST['txtweight']."','".$_POST['txtring']."','".$_POST['txtmolds']."'";
$str1.=",'".$_POST['txtmoldm']."','".$_POST['txtmoldl']."','".$moldshape."','".$moldcondition."')";
$query = mysql_query($str);
$query = mysql_query($str1);
if ($query){
echo" บันทึกเรียบร้อย <script>window.location.href='frminspec.php';</script>";
exit();
}
else
{
(mysql_error() ." SQL = [$strSQL]");
}
?>
|
|
|
|
|
Date :
2013-06-11 20:21:40 |
By :
pam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอบความคิดเห็นที่ : 4 เขียนโดย : itpcc เมื่อวันที่ 2013-06-11 20:12:14
รายละเอียดของการตอบ ::
Code (PHP)
<td width="58" bgcolor="#FF9966">โมลด์ S <br>
<input name="txtmolds" id="txtmolds" placeholder="" value="" type="text" size="5"></td>
<td width="64" bgcolor="#FF9966">โมลด์ M <br>
<input name="txtmoldm" id="txtmoldm" placeholder="" value="" type="text" size="5"></td>
<td width="61" bgcolor="#FF9966">โมลด์ L <br>
<input name="txtmoldl" id="txtmoldl" placeholder="" value="" type="text" size="5"></td> อันนี้คือ text box ฟอร์มแรกอ่ะค่ะ
อันนี้เป็นส่วน radio form 2
<label>
<input type="hidden" name="txtmolds" value="<?php echo htmlspecialchars($_POST['txtmolds']); ?>" />
<input type="hidden" name="txtmoldm" value="<?php echo htmlspecialchars($_POST['txtmoldm']); ?>" />
<input type="hidden" name="txtmoldl" value="<?php echo htmlspecialchars($_POST['txtmoldl']); ?>" />
<label>
<input <?php if ($_POST['Rdomold'] === $_POST['txtmolds']) { echo'checked="checked"'; } ?>
type="radio" name="Rdomold" value="<? echo $_POST["txtmolds"]?>" id="RadioGroup1_0">
<? echo $_POST["txtmolds"] ?>
</label>
<br>
<label>
<input <?php if ($_POST['Rdomold'] === $_POST['txtmoldm']) { echo'checked="checked"'; } ?>
type="radio" name="Rdomold" value="<? echo $_POST["txtmoldm"]?>"id="RadioGroup1_1">
<? echo $_POST["txtmoldm"]?>
</label>
<br>
<label>
<input <?php if ($_POST['Rdomold'] === $_POST['txtmoldl']) { echo'checked="checked"'; } ?>
type="radio" name="Rdomold" value="<? echo $_POST["txtmoldl"]?>" id="RadioGroup1_2">
<? echo $_POST["txtmoldl"]?>
ส่วนอันนี้ เปนโค้ดการอินเสิท ของฟอรืมแรกซึ่งมีการ รีไดเรค ไปฟอรืม 2 และต้องการให้มันส่งค่าtext boxไป radioฟอร์ม สองอ่ะคะ ต้องทำไงหรอคะ
<? include('conn.php');
$ball= $_POST['ball'];
$country= $_POST['selectcountry'];
$artwork= $_POST['selectArtwort'];
$LotID =mysql_result(mysql_query("Select Max(substr(LotID,-2))+1 as MaxID from qc_record"),0,MaxID);//เลือกเอาค่า id ที่มากที่สุดในฐานข้อมูลและบวก 1 เข้าไปด้วยเ
if($LotID ==''){ // ถ้าได้เป็นค่าว่าง หรือ null ก็แสดงว่ายังไม่มีข้อมูลในฐานข้อมูล
$LotID ="L01";
}else{
$LotID ="L".sprintf("%02d",$LotID );//ถ้าไม่ใช่ค่าว่าง
}
$str = "INSERT INTO qc_record" ;
$str .= "(LotID,Date,Time,ModelID,CountryID,Po,Amountball,Temperature,Humidity,Standard,Airleaktime,Pressure,Minpressure,
Pressmore,SpaceLR,Space_aside,EmpID,Artwork)";
$str .="VALUES";
$str .="('".$LotID."','".$_POST['txtdate']."','".$_POST['txttime']."','".$ball."','".$country."','".$_POST['txtpo']."'";
$str .=",'".$_POST['txtamount']."','".$_POST['txttem']."','".$_POST['txthum']."','".$_POST['selectstd']."'";
$str .= ",'".$_POST['txtairleak']."','".$_POST['txtpress']."','".$_POST['txtminpress']."','".$_POST['txtpressvalue']."'";
$str .=",'".$_POST['txtLR']."','".$_POST['txtasside']."','".$_POST['txtid']."','".$artwork."')";
$moldshape = $_POST['selectring'];
$moldcondition = $_POST['selectcondition'];
$Std_value =mysql_result(mysql_query("Select Max(substr(Std_value,-2))+1 as MaxID from standardvalue"),0,MaxID);//เลือกเอาค่า id ที่มากที่สุดในฐานข้อมูลและบวก 1 เข้าไปด้วยเ
if($Std_value ==''){ // ถ้าได้เป็นค่าว่าง หรือ null ก็แสดงว่ายังไม่มีข้อมูลในฐานข้อมูล
$Std_value ="S01";
}else{
$Std_value="S".sprintf("%02d",$Std_value );//ถ้าไม่ใช่ค่าว่าง
}
$str1 = "INSERT INTO standardvalue";
$str1.= "(Std_value,Po,AirPressure,Weight,Moldring,MoldS,MoldM,MoldL,moldShape,Moldcondition)";
$str1.= "VALUES";
$str1.="('".$Std_value."','".$_POST['txtpo']."','".$_POST['txtair']."','".$_POST['txtweight']."','".$_POST['txtring']."','".$_POST['txtmolds']."'";
$str1.=",'".$_POST['txtmoldm']."','".$_POST['txtmoldl']."','".$moldshape."','".$moldcondition."')";
$query = mysql_query($str);
$query = mysql_query($str1);
if ($query){
echo" บันทึกเรียบร้อย <script>window.location.href='frminspec.php';</script>";
exit();
}
else
{
(mysql_error() ." SQL = [$strSQL]");
}
?>
|
|
|
|
|
Date :
2013-06-11 20:39:33 |
By :
PPmint |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|