|
|
|
สอบถามครับ ทำการinsertค่าโดยใช้การเปลี่ยน Target ครับ มันจะบันทึกแค่ค่าแรกอย่างเดียวครับช่วยแนะนำทีครับ |
|
|
|
|
|
|
|
Code (PHP)
function fncSubmit(strPage)
{
if(strPage == "ans.php")
{
document.frm.action="ans.php";
}
if(strPage == "detail.php")
{
document.frm.action="detail.php";
}
document.frm.submit();
}
</script>
<form action="?" method="post" name="frm" onSubmit="return addcheck1();">
<select class="cs-select cs-skin-border" name="sex1" >
<option value=" " disabled selected>Select Gender</option>
<option value="1">Male</option>
<option value="2">Female</option>
</select>
<label for="age1">AGE</label>
<input type="text" id="age" name="age" value='<?=$_POST['age'];?>' />
<label for="Pension">Pension</label>
<input type="text" id="pension" name="pension" value='<?=$_POST['pension'];?>' />
<a href="javascript:document.frm.submit()" onclick="return addcheck1() ;">
<?php
while ($row = mysqli_fetch_assoc($query)) {
?>
<input name="sex11" type="text" value="<?php echo $sex1;?>" ><br>
<input name="id_c" type="text" value="<?php echo $row["id_c"];?>" ><br>
<input name="id_pro" type="text" value=" <?php echo $row["id_pro"];?> "><br>
<input name="salary_mo" type="text" value="<?php echo number_format($pension/12,0) ?> "><br>
<input name="salary_year" type="text" value="<?php echo number_format($pension,0) ?>" ><br>
<input name="fund" type="text" value=" <?php echo $mu;?>" ><br>
<input name="chip" type="text" value="<?php echo number_format($sum,0); ?> " ><br>
<input name="period" type="text" value="<?php echo $year; ?> " ><br>
<input name="protect" type="text" value="<?php echo ($row["end_term"]);?> "><br>
<input name="irr" type="text" value="<?php echo irr($arr); ?> " ><br>
<input name="btnButton2" type="button" value="Button" onClick="JavaScript:fncSubmit('detail.php')">
<?php
}
?>
</form>
ตัวอย่างคือ ค่าที่ได้จะมี 1) 1,2,3,4,5 บันทึก
2) 6,7,8,9,10 บันทึก
3) 11,12,13,14 บันทึก
พอกดบันทึก 2) หรือว่า 3) ค่าที่ส่งไปบันทึกจะเป็น1)ตลอดเลยครับ
Tag : PHP
|
ประวัติการแก้ไข 2017-01-04 23:23:37 2017-01-04 23:24:19
|
|
|
|
|
Date :
2017-01-04 23:22:13 |
By :
psistate |
View :
770 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ if else elseif ให้ถูก ก็น่าจะส่งค่าได้ ลองเช็คตัวแปรที่ส่งมาดีดีครับ
|
|
|
|
|
Date :
2017-01-05 08:30:03 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
กดปุ่มแรกได้ page1 กดปุ่ม2ได้ page2 ครับ ตอนนี้มันกลายเป็นส่งค่าสุดท้ายไปครับ
Code (PHP)
<script language="javascript">
function fncSubmit(strPage)
{
if(strPage == "page1")
{
document.frm.action="ans.php";
alert(strPage);
}
else if(strPage == "page2")
{
document.frm.action="detail.php";
alert(strPage);
}
document.frm.submit();
}
</script>
<form action="?" method="post" name="frm" onSubmit="return addcheck1();">
<select class="cs-select cs-skin-border" name="sex1" >
<option value=" " disabled selected>Select Gender</option>
<option value="1">Male</option>
<option value="2">Female</option>
</select>
<label for="age1">AGE</label>
<input type="text" id="age" name="age" value='<?=$_POST['age'];?>' />
<label for="Pension">Pension</label>
<input type="text" id="pension" name="pension" value='<?=$_POST['pension'];?>' />
<input name="btnButton1" type="button" value="Button" onClick="JavaScript:fncSubmit('page1')">
<?php
while ($row = mysqli_fetch_assoc($query)) {
?>
<input name="sex11" type="text" value="<?php echo $sex1;?>" ><br>
<input name="id_c" type="text" value="<?php echo $row["id_c"];?>" ><br>
<input name="id_pro" type="text" value=" <?php echo $row["id_pro"];?> "><br>
<input name="salary_mo" type="text" value="<?php echo number_format($pension/12,0) ?> "><br>
<input name="salary_year" type="text" value="<?php echo number_format($pension,0) ?>" ><br>
<input name="fund" type="text" value=" <?php echo $mu;?>" ><br>
<input name="chip" type="text" value="<?php echo number_format($sum,0); ?> " ><br>
<input name="period" type="text" value="<?php echo $year; ?> " ><br>
<input name="protect" type="text" value="<?php echo ($row["end_term"]);?> "><br>
<input name="irr" type="text" value="<?php echo irr($arr); ?> " ><br>
<input name="btnButton2" type="button" value="Button" onClick="JavaScript:fncSubmit('page2')">
<?php
}
?>
</form>
|
ประวัติการแก้ไข 2017-01-05 20:20:39
|
|
|
|
Date :
2017-01-05 20:18:21 |
By :
psistate |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้เป็นหน้ารับค่าครับ ผิดตรงไหนหรือเปล่าครับ อาจจะเป็นเพราะผมไม่ได้getค่าที่่ส่งมาใช่หรือเปล่าครับ ช่วยแนะนำทีครับ
Code (PHP)
$id_c = $_POST['id_c'];
$id_pro =$_POST['id_pro'];
$age1 = $_POST['age'];
$sex1 = $_POST['sex11'];
$salary_mo = $_POST['salary_mo'];
$salary_year = $_POST['salary_year'];
$fund = $_POST['fund'];
$chip = $_POST['chip'];
$period = $_POST['period'];
$protect = $_POST['protect'];
$irr = $_POST['irr'];
$query = "INSERT INTO `user` (`id_c`, `id_pro`, `age`, `sex`, `salary_mo`, `salary_year`, `fund`, `chip`, `period`, `protect`, `irr`) VALUES ('$id_c', '$id_pro', '$age1', '$sex1', '$salary_mo', '$salary_year', '$fund ', '$chip', '$period', '$protect', '$irr') ";
mysqli_query($conn, $query);
echo $query ;
|
ประวัติการแก้ไข 2017-01-05 21:16:13
|
|
|
|
Date :
2017-01-05 20:25:16 |
By :
psistate |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|