|
|
|
แบบประเมิน เมื่อป้อนข้อมูลแล้วนำมาคำนวณ ค่าที่ได้เป็น 0 ทำยังไงดีคะ |
|
|
|
|
|
|
|
สวัสดีค่ะ พี่วิน และพี่ๆทุกคน
คือว่าตอนนี้ทำระบบประเมิน นศ.ฝึกงานค่ะ (โปรเจคต์จบ) ในส่วนของแบบประเมิน เมื่อป้อนข้อมูลแล้ว ข้อมูลก็ไปเก็บไว้ที่ฐานข้อมูล
แต่เมื่อต้องการคำนวณ ทำไมค่าออกมาเป็น 0 ค่ะ
โค้ดบรรทัดที่ 77 ค่ะ ต้องแก้ยังไงค่ะ
ฝากดูให้ด้วยนะคะ ขอบคุณล่วงหน้าค่ะ
Code (PHP)
<?php require_once('Connections/conn.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
if (PHP_VERSION < 6) {
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
}
$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
$editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
}
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form2")) {
$insertSQL = sprintf("INSERT INTO business (bus_q1, bus_q2, bus_q3, bus_q4, bus_q5, bus_q6, bus_q7, bus_q8, bus_q9, bus_q10) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
GetSQLValueString($_POST['bus_q1'], "int"),
GetSQLValueString($_POST['bus_q2'], "int"),
GetSQLValueString($_POST['bus_q3'], "int"),
GetSQLValueString($_POST['bus_q4'], "int"),
GetSQLValueString($_POST['bus_q5'], "int"),
GetSQLValueString($_POST['bus_q6'], "int"),
GetSQLValueString($_POST['bus_q7'], "int"),
GetSQLValueString($_POST['bus_q8'], "int"),
GetSQLValueString($_POST['bus_q9'], "int"),
GetSQLValueString($_POST['bus_q10'], "int"));
mysql_select_db($database_conn, $conn);
$Result1 = mysql_query($insertSQL, $conn) or die(mysql_error());
$insertGoTo = "ass_bus.php";
if (isset($_SERVER['QUERY_STRING'])) {
$insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
$insertGoTo .= $_SERVER['QUERY_STRING'];
}
header(sprintf("Location: %s", $insertGoTo));
}
?>
<?php
$bus_q1=$_POST['bus_q1'];
$bus_q2=$_POST['bus_q2'];
$bus_q3=$_POST['bus_q3'];
$bus_q3=$_POST['bus_q3'];
$bus_q4=$_POST['bus_q4'];
$bus_q5=$_POST['bus_q5'];
$bus_q6=$_POST['bus_q6'];
$bus_q7=$_POST['bus_q7'];
$bus_q8=$_POST['bus_q8'];
$bus_q9=$_POST['bus_q9'];
$bus_q10=$_POST['bus_q10'];
$bus_sum=($bus_q1+$bus_q2+$bus_q3+$bus_q4+$bus_q5+$bus_q6+$bus_q7+$bus_q8+$bus_q9+$bus_q10);
echo "ผลลัพธ์ = $bus_sum";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<p><center>แบบประเมินสถานประกอบการ</center></p>
<p> </p>
</form>
<form action="<?php echo $editFormAction; ?>" method="post" name="form2" id="form2">
<center><table width="780" border="1">
<tr>
<td rowspan="2" align="center">ประเมิน</td>
<td colspan="5" align="center">ความคิดเห็น</td>
</tr>
<tr>
<td width="47" align="center">5</td>
<td width="44" align="center">4</td>
<td width="47" align="center">3</td>
<td width="41" align="center">2</td>
<td width="40" align="center">1</td>
</tr>
<tr>
<td align="left" valign="baseline" nowrap="nowrap">1. ความเข้าใจในวัตถุประสงค์ของการฝึกประสบการณ์วิชาชีพ</td>
<td align="center"><input type="radio" name="bus_q1" value="5" /></td>
<td align="center"><input type="radio" name="bus_q1" value="4" /></td>
<td align="center"><input type="radio" name="bus_q1" value="3" /></td>
<td align="center"><input type="radio" name="bus_q1" value="2" /></td>
<td align="center"><input type="radio" name="bus_q1" value="1" /></td>
</tr>
<tr>
<td align="left" valign="baseline" nowrap="nowrap">2. บุคคลในสถานประกอบการมีเจตคติที่ดีต่อมหาวิทยาลัย</td>
<td align="center"><input type="radio" name="bus_q2" value="5" /></td>
<td align="center"><input type="radio" name="bus_q2" value="4" /></td>
<td align="center"><input type="radio" name="bus_q2" value="3" /></td>
<td align="center"><input type="radio" name="bus_q2" value="2" /></td>
<td align="center"><input type="radio" name="bus_q2" value="1" /></td>
</tr>
<tr>
<td align="left" valign="baseline" nowrap="nowrap">3. บุคคลในสถานประกอบการมีเจตคติที่ดีต่อนักศึกษา</td>
<td align="center"><input type="radio" name="bus_q3" value="5" /></td>
<td align="center"><input type="radio" name="bus_q3" value="4" /></td>
<td align="center"><input type="radio" name="bus_q3" value="3" /></td>
<td align="center"><input type="radio" name="bus_q3" value="2" /></td>
<td align="center"><input type="radio" name="bus_q3" value="1" /></td>
</tr>
<tr>
<td align="left" valign="baseline" nowrap="nowrap">4. ลักษณะงานที่สถานประกอบการมอบหมายตรงกับสาขาวิชาเรียนของนักศึกษา</td>
<td align="center"><input type="radio" name="bus_q4" value="5" /></td>
<td align="center"><input type="radio" name="bus_q4" value="4" /></td>
<td align="center"><input type="radio" name="bus_q4" value="3" /></td>
<td align="center"><input type="radio" name="bus_q4" value="2" /></td>
<td align="center"><input type="radio" name="bus_q4" value="1" /></td>
</tr>
<tr>
<td align="left" valign="baseline" nowrap="nowrap">5. ความเหมาะสมของปริมาณงานที่สถานประกอบการมอบหมายใหนักศึกษา</td>
<td align="center"><input type="radio" name="bus_q5" value="5" /></td>
<td align="center"><input type="radio" name="bus_q5" value="4" /></td>
<td align="center"><input type="radio" name="bus_q5" value="3" /></td>
<td align="center"><input type="radio" name="bus_q5" value="2" /></td>
<td align="center"><input type="radio" name="bus_q5" value="1" /></td>
</tr>
<tr>
<td align="left" valign="baseline" nowrap="nowrap">6. การส่งเสริมและสนับสนุนการฝึประสบการณ์ของนักศึกษา</td>
<td align="center"><input type="radio" name="bus_q6" value="5" /></td>
<td align="center"><input type="radio" name="bus_q6" value="4" /></td>
<td align="center"><input type="radio" name="bus_q6" value="3" /></td>
<td align="center"><input type="radio" name="bus_q6" value="2" /></td>
<td align="center"><input type="radio" name="bus_q6" value="1" /></td>
</tr>
<tr>
<td align="left" valign="baseline" nowrap="nowrap">7. การมอบหมายให้ผู้นิเทศก์ / ผู้ดูแลนักศึกษา</td>
<td align="center"><input type="radio" name="bus_q7" value="5" /></td>
<td align="center"><input type="radio" name="bus_q7" value="4" /></td>
<td align="center"><input type="radio" name="bus_q7" value="3" /></td>
<td align="center"><input type="radio" name="bus_q7" value="2" /></td>
<td align="center"><input type="radio" name="bus_q7" value="1" /></td>
</tr>
<tr>
<td align="left" valign="baseline" nowrap="nowrap">8. การให้คำแนะนำ / ช่วยเหลือของผู้นิเทศก์ / ผู้ดูแลนักศึกษา</td>
<td align="center"><input type="radio" name="bus_q8" value="5" /></td>
<td align="center"><input type="radio" name="bus_q8" value="4" /></td>
<td align="center"><input type="radio" name="bus_q8" value="3" /></td>
<td align="center"><input type="radio" name="bus_q8" value="2" /></td>
<td align="center"><input type="radio" name="bus_q8" value="1" /></td>
</tr>
<tr>
<td align="left" valign="baseline" nowrap="nowrap">9. ความพร้อมของสถานประกอบการในการทำงานของนักศึกษา</td>
<td align="center"><input type="radio" name="bus_q9" value="5" /></td>
<td align="center"><input type="radio" name="bus_q9" value="4" /></td>
<td align="center"><input type="radio" name="bus_q9" value="3" /></td>
<td align="center"><input type="radio" name="bus_q9" value="2" /></td>
<td align="center"><input type="radio" name="bus_q9" value="1" /></td>
</tr>
<tr>
<td align="left" valign="baseline" nowrap="nowrap">10.ความปลอดภัยของนักศึกษาในการฝึกประสบการณ์วิชาชีพ</td>
<td align="center"><input type="radio" name="bus_q10" value="5" /></td>
<td align="center"><input type="radio" name="bus_q10" value="4" /></td>
<td align="center"><input type="radio" name="bus_q10" value="3" /></td>
<td align="center"><input type="radio" name="bus_q10" value="2" /></td>
<td align="center"><input type="radio" name="bus_q10" value="1" /></td>
</tr>
<tr>
<td height="28" colspan="6" align="right" valign="baseline" nowrap="nowrap"><p>
<input type="submit" value="ส่งคำตอบ" />
</p></td>
</tr>
</table>
<p> </p>
</center>
<p>
<input type="hidden" name="MM_insert" value="form2" />
</p>
</form>
<p> </p>
</body>
</html>
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2012-09-03 20:25:27 |
By :
gosling |
View :
1050 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถามกระฉับหน่อยครับ ดูแล้วไม่รู้จะแนะนำตรงไหนครับ
Code (PHP)
echo "ผลลัพธ์ = $bus_sum";
ถ้ามันมีค่าแล้วก็ส่งผ่าน hidden ไปเลยครับ
|
|
|
|
|
Date :
2012-09-03 21:27:52 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือเมื่อคำนวณแล้ว ค่าที่มันเก็บเป็น 0 ค่ะ
ไม่รู้ว่าติดตรงไหน
|
|
|
|
|
Date :
2012-09-03 21:49:19 |
By :
gosling |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ค่า default ในฐานข้อมูลเป็น 0 รึป่าวคะ ^^ (มั่วไป)
|
ประวัติการแก้ไข 2012-09-03 22:16:04
|
|
|
|
Date :
2012-09-03 22:14:43 |
By :
noopueng06 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ได้กำหนดไว้ค่ะ
|
|
|
|
|
Date :
2012-09-03 22:23:06 |
By :
gosling |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|