--- Reinhart Viane <[EMAIL PROTECTED]> wrote:
> Suppose Richard means:
>
> If (isset($_POST['ListingName'])) {
> $_SESSION['f1a'] = $_POST['ListingName'];
> }
Right, I've tried all three variations , none of
which, I'm sorry to report, have helped.
The variable is alive with any of the code including
the one I had originally. It seems to do a reset
though when it's redirected. I've even tried:
Page3:
if (count($LurkerIndustry) > 5) {
$_SESSION['arrayerr'] = "you have selected too many
industries";
$_SESSION['f1a'] = $_POST['ListingName'];
header ("Location: TestMulti2.php");
exit;
}
Thinking that by sending the variable back to page 2
it would hold. The error variable takes.
Stuart
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php