At 11:02 15/5/2001 +1000, Jason Brooke wrote:
> > 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.
>
>I don't understand why you're asking what to do in that case - what exactly is
>the problem there?
the problem is, if I terminate the script on that condition the footer
won't be displayed...
____________________________
. Christian Dechery (lemming)
. http://www.tanamesa.com.br
. Gaita-L Owner / Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]