|
|
|
พี่คับถ้าเราอยากจะเลือก other ใน radio button พอเลือกแล้วให้เราพิมในฟิลล์อีกครั้ง แต่ไม่รู้ว่าจะโชว์ผลลัพธ์ออกมายังไงน่ะคับ |
|
|
|
|
|
|
|
Code (PHP)
$sum = .$_POST["txtQuestion"].','.$_POST["txtOther"].;
$strSQL = "INSERT INTO test (Date,Name,Gender,Phone,Email,City,Budget,Question) VALUES ('".$_POST["date"]."',
'".$_POST["txtName"]."','".$_POST["gender"]."','".$_POST["txtPhoneNum"]."','".$_POST["txtEmail"]."',
'".$_POST["txtCity"]."','".$_POST["budget"]."','$sum')";
$objQuery = mysql_query($strSQL);
|
|
|
|
|
Date :
2013-06-04 15:55:41 |
By :
mrronalz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|