Please answer this simple SPAM challenge: two plus two? (Example: nine)
Another way to display arrays is use an array_walk(). This can be useful inline echo/print where a foreach wouldn't work, e.g.<?phpecho "These errors: ", (unset)array_walk($msgs, function($a) { echo "<p>$a</p>"; } ), "must be corrected.";?>
<< Back to user notes page