--- "Ford, Mike" <[EMAIL PROTECTED]> wrote:

> > Page3:
> > 
> > if (count($LurkerIndustry) > 5) {
> > $_SESSION['arrayerr'] = "you have selected too
> many industries";
> > $_SESSION['f1a'] = $_POST['ListingName'];
> > header ("Location: TestMulti2.php");
> > exit;
> > }
> 
> Well, that's even worse -- because page3 can *never*
> be reached as the
> result of submitting a form, its $_POST[] will
> *always* be empty -- so this
> assignment is also bound to set $_SESSION['f1a'] to
> NULL.
> 
Mike, I'll heed your advice, since you haven't let me
down before :).  But the variable lasts , I echo it on
every page, including page6 where it's transacted into
the database.  I'm not sure why you say that

Stuart

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

Reply via email to