die()ing without killing the *whole* script?
Posted: Sun Apr 01, 2007 9:34 am
Hey there. What my problem here is, is that whenever I have to give an error message on my pages, it does it fine of course, but then it kills the footer, and everything after the die point, for that matter.
So basically what I have is
And some more stuff, after the die point. So it makes the error pages look weird because the footer is there to make the page look normal, so without it, the banner and stuff gets pushed down a little. Nothing too noticeable, but noticeable enough to make me want to stop it.
So basically what I have is
Code: Select all
</td>
</tr>
<tr>
<td height="25" align="center" colspan="2"><?php include("footer.html"); ?></td>
</tr>