时间:2021-07-01 10:21:17 帮助过:5人阅读
练习题目:
解题:
方法一:
1. 投票主页面:
投票 Query($sql,1);//1代表$sql的类型 } header ("location:TouPiao.php"); ?>
3. 建立访问数据库的类,封装用于引用:
host,$this->uid,$this->password,$db); //判断连接是否出错 !mysqli_connect_error() or die("连接失败!"); //执行sql语句 $result=$dbconnect->query($sql); //判断SQL语句类型 if($type==0) { //如果是查询语句返回结果集的二维数组 return $result->fetch_all(); } else { //如果是其他语句,返回true或false return $result; } } }
方法二:
1. 投票主页面:
投票
2. 处理投票页面:
Query($sql,1);//1代表$sql的类型 } header ("location:TouPiao.php"); ?>
3. 查看投票结果页面:
输出选项内容: $sqlxx="select * from diaoyanxuanxiang where timudaihao='{$arr[0][0]}'"; $arrxx=$db->query($sqlxx); //计算总人数: $sqlzs="select sum(numbers) from diaoyanxuanxiang where timudaihao='{$arr[0][0]}'"; $zrs=$db->query($sqlzs); foreach ($arrxx as $v) { $name=$v[1];//调研项目名称 $number=$v[2];//选择该项的人数 //判断总人数是否为0 if($zrs[0][0]==0) { $bfb = 0; } else { $bfb = ($number/$zrs[0][0])*100;//求百分比 } $bfb=round($bfb,2); //取小数点后两位 echo " {$name} {$number} {$bfb}%查看结果 query($sql); $tmmc=$arr[0][1]; echo "{$tmmc}:
"; //从调研选项表中
网页显示结果:
http://www.bkjia.com/PHPjc/1125074.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/1125074.htmlTechArticlephp 之 查询 投票练习(0508),php0508 练习题目: 解题: 方法一: 1. 投票主页面: !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://w...