So, i am using a Template system, at the top of my page, i echo my header, using print_header()
And then my other "content" templates later on.
Though, when i want to put in a die(); it still prints me header.
I know it's because i already outputted my header template, but is there anyway the die() function, can clear any previously outputted code, and print the die message, on a blank white page?
Sorry if that was hard to understand.
Any help is appreciated.
Thanks, Adrian