1 2 3 4 5
<?php function error($msg) { return "<div class=\"error\">Error: " . $msg . "</div>\n"; } ?>