Please answer this simple SPAM challenge: min(three, six)? (Example: nine)
baughmankr at appstate dot edu, I think this is more efficient. <?php function array_shorten($arr) { list($k) = array_keys($arr); unset($arr[$k]); return $arr; } ?>
<< Back to user notes page