duanlang1196 2015-06-16 13:21
浏览 62

比较if语句中包含零的两个字符串变量

This is a bit of a tricky one to explain but I've never come across this before so I've got no idea how to properly approach it. I'm writing a web app that when a form is submitted, it takes two values, the current value and the submitted value.

When the form is submitted, it checks that the new value is not the same as the current value. If that is true, then go through the rest of the process. This is so I'm not updating the database with values that already exist in there.

Problem is I have an assigned to select box. One of the options is unassigned which has a value of 0. But in the following if statement, zero is not treated as a proper value and thus fails the check.

( $newtaskassignee != $taskassignid ) { ... do something ... }

So when $newtaskassignee is 0, the following if statement should be true and carry on what is inside the immediate curly brackets.

However in this statement, zero is ignored and doesn't pass the check. How can I change this so it accepts numbers from 1 to 9 including 0. This checks user IDs so they could be anything so I can't select a range as it increments by 1 per user obviously.

  • 写回答

2条回答 默认 最新

  • dounue6984 2015-06-16 13:58
    关注
    ( $newtaskassignee !== $taskassignid )
    

    The extra = will do an exact match and won't take 0 as false but 0.

    评论

报告相同问题?

悬赏问题

  • ¥17 pro*C预编译“闪回查询”报错SCN不能识别
  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向