You need to make sure that in your second page that you're starting the
session - if you don't do this then that second page will never have access
to those session variables.

-M 

> -----Original Message-----
> From: Richard Duval [mailto:[EMAIL PROTECTED] 
> Sent: Monday, March 07, 2005 7:05 PM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] Session Variables
> 
> Newbie question, sorry but I've searched everywhere and can't 
> seem to find the answer...
> 
> Session variables...should be able to define in one page, 
> call the next page and have it available there as well right?
> 
> I can print out the session varialble in the page it was 
> created, no problem Then I call the next page, try to echo 
> the variable and I get:
> 
> Notice: Undefined variable: HTTP_SESSION_VARS in 
> C:\vhome\nl4x4\admin\sendmail\prep_mail.php on line 17
> 
> Is there something else I have to do to get these variables 
> carried to the next page?
> 
> The code I'm using is simply: <p><?php echo 
> $HTTP_SESSION_VARS['count_ind_members']; ?></p>
> 
> Thanks
> 
> 
> "Imagination is more important than Knowledge"  --Albert Einstein--
> 

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

Reply via email to