Please answer this simple SPAM challenge: six minus six? (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:<?phpvar_dump(implode(':', 'xxxxx'));?>returnsNULLThis threw me for a little while.
<< Back to user notes page