Please answer this simple SPAM challenge: max(zero, nine)? (Example: nine)
Note that array keys are case sensitive.<?php$ar['w'] = true;var_dump(isset($ar['w']), isset($ar['W']));?>will report:bool(true) bool(false)
<< Back to user notes page