Please answer this simple SPAM challenge: four plus five? (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