Jon wrote:
> 
> Hi,
> 
> I need to retrieve some information from a database, asociated with the user
> session so I could query this information whenever I want through the user
> session. I am searching for something similar to ASPs global variables if
> there is anything equivalent with PHP.
> 
> Thanks
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


Aren't you looking for session-handling?

Look at:
http://www.php.net/manual/en/ref.session.php

or (Spain):
http://www.php.net/manual/es/ref.session.php
-- 

* R&zE:

***************************
**  Renze Munnik
**
**  E: [EMAIL PROTECTED]
**  M: +31 6 218 111 43
***************************

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to