[code]
result.php
[code]
$grade=$_REQUEST['grade'];//grade- -> フォーム内の名前の値は同じです
$arr=explode(" ",$grade);//文字列をスペースで分割し、配列の結果を取得します
print_r($arr);
for($i =0;$i
}
echo "
ALL=".$res;
echo "< br/>AVG=".(round($res/count($arr),0));//round(12.334,2)//丸め方法
;
http://www.bkjia.com/PHPjc/770582.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/770582.html技術記事