Sasza wrote:
> hi
> I've got session identyfier in $session_id. In all sites it can be see very
> well. But in one site I use class in this form:
> class name {
> function1();
> function2(); etc.
> } and inside it the $session_id is unknown(outside class is OK). What should
> I do inside class that my session idetyfier will be known??
> thx
> sasza
> 
> 
> 

Read the manual
http://www.php.net/manual/en/

PHP has a little different concept for globals.

-- 
Yasuo Ohgaki


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

Reply via email to