Voting

: min(four, zero)?
(Example: nine)

The Note You're Voting On

EllisGL
17 years ago
Here's what I do for the zero issue issue:
if($val == '' && $val !== 0 && $val !== '0')

<< Back to user notes page

To Top