are you talking about this ??

<?
if (conditionIsMet)
{

}
else
{
?>
<html>
    <head>
    </head>

    <body>
    </body>
</html>
<?
}
?>


"Micah Montoy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Is there any way to jump out of PHP script but continue loading the HTML
on
> the rest of page?
>
> For instance I have this conditional and if its true, I want to stop
running
> the rest of the script and I want the rest of the page to continue loading
> that doesn't have any script.
>
> thanks
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.491 / Virus Database: 290 - Release Date: 6/18/2003



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to