การดักค่าว่า textbox ก่อนกดปุ่ม submit ยังไป
Moderators: mindphp, ผู้ดูแลกระดาน
-
- PHP Super Hero Member
- Posts: 680
- Joined: 07/12/2016 10:54 am
การดักค่าว่า textbox ก่อนกดปุ่ม submit ยังไป
การดักค่าว่า textbox ก่อนกดปุ่มsubmitยังไป
The truth is not as elegant as the idea.
- thatsawan
- PHP VIP Members
- Posts: 27984
- Joined: 31/03/2014 10:02 am
- Contact:
Re: การดักค่าว่าtextboxก่อนกดปุ่มsubmitยังไป
คำถามเหมือนจะงง นะ
ต้องการจะเช็คค่า ว่ากด submit form มาหรือยังป่าว
ต้องการจะเช็คค่า ว่ากด submit form มาหรือยังป่าว
Code: Select all
<form method="post">
<input type="submit" name="submitpost" value="go!">
</form>
Code: Select all
if (isset($_POST['submitpost'])){
echo "ok";
}
-
- PHP Super Hero Member
- Posts: 680
- Joined: 07/12/2016 10:54 am
Re: การดักค่าว่าtextboxก่อนกดปุ่มsubmitยังไป
ทำตามแล้วค่ะ รันแล้วยังโชว์บรรทัดผิดอยู่ อยากทราบว่าผิดตรงไหนแก้ยังไง
Code: Select all
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>vat 7%</title>
</head>
<body bgcolor="#aaccdd">
<form method="post" action="">
จำนวนเงิน
<input type="number" name="price" value="0.00"> บาท
<input type="submit" name="submitpost" value="คำนวณ" >
<br><hr>
<?php
$money=$_POST['price'];
$sum=100;
$sum1=107;
$num=$money*$sum/$sum1;
$vat=$money-$num;
?>
<?php
if (isset($_POST['submitpost'])){
}
?>
จำนวนเงิน = <?php echo $money; ?> บาท<br>
ภาษีมูลค่าเพิ่ม Vat 7% = <?php echo number_format($vat, 2, '.', ''); ?> บาท<br>
จำนวนเงินที่ยังไม่รวมภาษี vat 7% = <?php echo number_format($num, 2, '.', ''); ?> บาท<br>
</form>
</body>
</html>
The truth is not as elegant as the idea.
- thatsawan
- PHP VIP Members
- Posts: 27984
- Joined: 31/03/2014 10:02 am
- Contact:
Re: การดักค่าว่าtextboxก่อนกดปุ่มsubmitยังไป
Code: Select all
<?php
$money=$_POST['price'];
$sum=100;
$sum1=107;
$num=$money*$sum/$sum1;
$vat=$money-$num;
?>
<?php
if (isset($_POST['submitpost'])){
}
?>
อันนี้ไม่ไว้ทำอะไร ค่ะ
Code: Select all
if (isset($_POST['submitpost'])){
}
-
- Similar Topics
- Replies
- Views
- Last post
-
-
อยากทราบวิธี เลือกข้อมูลใน list box กด submit แล้วค่าจะไปใส่ใน textbox ครับ
by M009 » 21/05/2013 11:42 am » in Programming - PHP - 3 Replies
- 2245 Views
-
Last post by M009
21/05/2013 1:24 pm
-
-
- 14 Replies
- 706 Views
-
Last post by birdkritsna
03/10/2019 4:05 pm
-
- 0 Replies
- 904 Views
-
Last post by Ittichai_chupol
29/11/2019 2:47 pm
-
-
ถามอีกนิดเรื่องการคำนวณ textbox หลาย textbox พร้อมกัน
by charisma111 » 12/05/2013 10:22 pm » in Programming - PHP - 0 Replies
- 1003 Views
-
Last post by charisma111
12/05/2013 10:22 pm
-
-
- 0 Replies
- 665 Views
-
Last post by nichakant
02/04/2016 2:36 pm
-
-
Q :ต้องการดึงสถานที่มาแสดงเมื่อผู้ใช้ค้นหาใน Textbox ใน Joomla
by Parichat » 01/03/2018 4:09 pm » in Joomla Development - 9 Replies
- 1051 Views
-
Last post by tsukasaz
05/03/2018 3:52 pm
-
Who is online
Users browsing this forum: Google [Bot] and 8 guests