Hello Stuart,

Thursday, November 4, 2004, 10:20:04 AM, you wrote:

>> if (isset($_POST['var']))
>> {
>>    $_SESSION['var'] = $_POST['var'];
>> }
>> 
>> When you now redirect to Page 2 upon an error, it'll
>> skip this block
>> because the $_POST var won't exist.

SF> I'm a bit confused, this fixes the problem ? 

If the problem is the session value always being reset, then yes, it
will.

Best regards,

Richard Davey
-- 
 http://www.launchcode.co.uk - PHP Development Services
 "I am not young enough to know everything." - Oscar Wilde

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

Reply via email to