Forum Moderators: coopster
I upgraded my server over the weekend from php4.4 to php5.2. Since then, I've had a heck of a time getting math formulas to work correctly.
Are there any known changes to how php5 handles arithmetic operations?
Thanks! Erik
At first glance, I don't see anything here [php.net] that looks like a problem.
I was try to use "^" for exponents (ie 4^2 instead of pow(4,2))
I could have sworn that ^ was the exponent operator in php...
[Oops, no it doesn't. It runs, but 4^2 gives 6].