--- Jason Wong <[EMAIL PROTECTED]> wrote:

> Maybe what you had before was:
> 
>     if (count($myarray) > 5)
>        $_SESSION['arrayerr'] = "you have selected
> too many industries";
>        session_write_close();
>        header ("Location: Page2.php?".SID);
>        exit;
> 
> And yes that has a totally different behaviour to
> the code with the "endif;" 
> construct.
> 
Yep, that is what I had.  So, no parse error, but did
not work  right either.

Stuart

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

Reply via email to