> No i meen one var in two diferent session! (For example: Counter of > all user available in this moment on the site or all users nicks)
I think what your after is an Application variable. One variable that's available to every script that's running, or session, or something like that? There's nothing like that in PHP. You'll have to "roll-your-own" and use a database or file or something... ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php