- Code: Select all
$a = $a % $b;
I commented it out and it worked fine. It was working flawlessly up until this evening.
When I echo'd the values, $a was 0 and $b was null (nothing, nada, "")
It becomes null after:
- Code: Select all
@$b = $b / $a;
Might need to run some division checks or just reassign the values.[/code]
