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