Please answer this simple SPAM challenge: max(one, zero)? (Example: nine)
It may be worth noting that if you accidentally call implode on a string rather than an array, you do NOT get your string back, you get NULL: <?php var_dump(implode(':', 'xxxxx')); ?> returns NULL This threw me for a little while.
<< Back to user notes page