> 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?

jason





-- 
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]

Reply via email to