Basic PHP logic problem
Posted
by Joe Smalley
on Stack Overflow
See other posts from Stack Overflow
or by Joe Smalley
Published on 2010-05-12T09:15:23Z
Indexed on
2010/05/12
9:24 UTC
Read the original article
Hit count: 159
$this->totplpremium is 2400
$this->minpremiumq is 800
So why would this ever return true?!
if ($this->totplpremium < $this->minpremiumq){
The figures are definitely correct and I am definitely using the 'less than' symbol. I can't work it out.
© Stack Overflow or respective owner