'; } // a more svelte die() function spew($e, $t = 'Error') { write_top($t); echo $e; write_bottom(); exit; } // for debugging; displays $w in human-readable format function debug($w) { write_top('Display Data'); echo '
';
if (is_string($w)) echo htmlentities($w);
else print_r ($w);
echo "