In most of my scripts there are always headers and footers to html outputs...
like logos, images, and on the bottom some links and stuff like that... 
that should always apear...

the most basic is:

<html>
... header here ...
<?php
lots of code
?>
... footer here ...
</html>

but sometimes I want something like this:
<?php
         session_start(); // for instance
         code code code
         if(something)
                 print error message and terminate script;
?>
<html>
sadasdsa
</html>

what do I do in this case??? I've tried all kinds of programing 
techniques... but none of them seems to fit here.

____________________________
. Christian Dechery (lemming)
. http://www.tanamesa.com.br
. Gaita-L Owner / Web Developer

Reply via email to