Note that using the die() function will stop the entire script after that
point from being run, so if you issue the die function within a open HTML
tag, the HTML tag will remain open, which can seriously effect the browsers
output to the user, expecially if its used inside an open <TABLE>
tag.