Please answer this simple SPAM challenge: max(seven, six)? (Example: nine)
An easy fix (although intuitively tough to do...) is to reverse the comparison.if (5 == $a) {}If you forget the second '=', you'll get a parse error for trying to assign a value to a non-variable.
<< Back to user notes page