|
|
|
การบันทึกคะแนน กับ Array สวัสดีครับ ผมมีปัญหาสงสัยที่อยากจะถามครับ คือว่า เราจะมีวิธีการเก็บคะแนนเก็บ |
|
|
|
|
|
|
|
Code (PHP) แก้ไข้หน้าส่ง
<?php
while($row=mysql_fetch_array($rsstudent)){
echo"<tr>";
echo"<td align=\"center\">$i</td>";
echo"<td align=\"center\">".$row2['StudentId']."</td>";
echo"<td> ".$row3['Prefix_Name_Long']." ".$row3['NameUser']." ".$row3['SurUser']."</td>";
echo"<td align=\"center\"><input class=\"txx\" type=\"text\" name=\"point1[]\" value=\"".$row3['Point1']."\"></td>";
echo"<td align=\"center\"><input class=\"txx\" type=\"text\" name=\"point2[]\" value=\"".$row['Point2']."\"></td>";
echo"<td align=\"center\"><input class=\"txx\" type=\"text\" name=\"point3[]\" value=\"".$row['Point3']."\"></td>";
echo"<td align=\"center\"><input class=\"txx\" type=\"text\" name=\"point4[]\" value=\"".$row['Point4']."\"></td>";
echo"<td align=\"center\"><input class=\"txx\" type=\"text\" name=\"point5[]\" value=\"".$row['Point5']."\"></td>";
echo"<td align=\"center\"><input class=\"txx\" type=\"text\" name=\"point6[]\" value=\"".$row3['Point6']."\"></td>";
echo"<td align=\"center\"><input class=\"txx\" type=\"text\" name=\"point7[]\" value=\"".$row3['Point7']."\"></td>";
echo"<td align=\"center\"><input class=\"txx\" type=\"text\" name=\"point8[]\" value=\"".$row['Point8']."\"></td>";
echo"<td align=\"center\"><input class=\"txx\" type=\"text\" name=\"point9[]\" value=\"".$row['Point9']."\"></td>";
echo"<td align=\"center\"><input class=\"txx\" type=\"text\" name=\"point10[]\" value=\"".$row['Point10']."\"></td>";
echo"<td align=\"center\">".$row['PointTotal']."</td>";
echo"<td align=\"center\">-</td>";
echo"</tr>";
$i++;
}
?>
Code (PHP) หน้ารับข้อมูล
<?php
$point1 = $_POST['point1'];
/*
จนครบ
*/
$point10 = $_POST['point10'];
$sum = 0;
for($i=0;$i<count($point1);$i++)
{
// คะแนนรวมของแต่ล่ะคน
$sum = $point1[$i] + $point2[$i] + $point3[$i] + $point4[$i] + $point5[$i] + $point6[$i] + $point7[$i] + $point8[$i] + $point9[$i] + $point10[$i] ;
}
?>
|
|
|
|
|
Date :
2009-07-21 17:52:19 |
By :
lozomac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ช่วยบอกทีค่ะตอนี้แย้มากๆ
อาจารย์ให้ส่งงาน ดูโจทย์นะค่ะ
ให้หาค่าการรับคะแนนของนักศึกษา มา 5 คน ช่วยหน่อยค่ะ ให้เขียนแบบ Array
|
|
|
|
|
Date :
2015-04-26 11:17:56 |
By :
aomamm |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองตั้งกระทู้ใหม่น่ะครับ
|
|
|
|
|
Date :
2015-04-27 10:13:35 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|