Nope.  What I was thinking was something like a HTML anchor.  where you can
jump to a completely different location on a page but I was thinking of a
different part in the script or all together completely out of the PHP
script.  Anyway, I made a work around.  I call a function if the condition
is not meet and I don't do a return.  It works and so far has been error
free.

thanks


"Yasha Nisanov" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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