doupao5296 2015-06-28 16:06
浏览 46
已采纳

我一直收到此错误警告:除以零

I am trying to working on a student database, and have been getting problems to work out the percentage. I am getting lots of trouble with the posting of the code, so i posted line 123 and line 124.

$perca = $tota/ mysql_num_rows($result3);
echo number_format( $perca, 2, '.', '');
  • 写回答

2条回答 默认 最新

  • donglei1616 2015-06-28 16:09
    关注
    `add if condition to avoid division by zero error`


    
        <?php
        if(mysql_num_rows($result3)!=0) {
            $perca = $tota / mysql_num_rows($result3);
            echo number_format($perca, 2, '.', '');
        }
        ?>
    
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 is not in the mmseg::model registry。报错,模型注册表找不到自定义模块。
  • ¥15 安装quartus II18.1时弹出此error,怎么解决?
  • ¥15 keil官网下载psn序列号在哪
  • ¥15 想用adb命令做一个通话软件,播放录音
  • ¥30 Pytorch深度学习服务器跑不通问题解决?
  • ¥15 部分客户订单定位有误的问题
  • ¥15 如何在maya程序中利用python编写领子和褶裥的模型的方法
  • ¥15 Bug traq 数据包 大概什么价
  • ¥15 在anaconda上pytorch和paddle paddle下载报错
  • ¥25 自动填写QQ腾讯文档收集表