duanhuanbo5225 2012-07-21 13:30
浏览 72
已采纳

警告:按零分区工作PHP和MySQL

I am doing a calculation with an array which is drawn from mysql and the problem is "division by zero" warning

I am running a loop over this statment

$v = (($v - $valuei)/($valuei) * 100); 

Here $v is is changing (let's say from 100 to 150 e.g 100, 101, 102, 103,...,150) and $valuei is the intial value of $v (i.e 100) So, when the calculation will start first output should be zero and I want that zero then why it gives a warning "Division By Zero " and also makes all the "$v" values equal to zero.

  • 写回答

2条回答 默认 最新

  • doushi4795 2012-07-21 13:38
    关注

    The warning suggests, that $valuei is, in fact, 0 during one of the runs.

    Are you sure, that $valuei is initialized properly? To get rid of the warning, you should add do:

    if($valuei != 0) {
        $v = (($v - $valuei)/($valuei) * '100');
    }
    

    This way, the warning should disappear.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料