"jacky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 11:40 AM
Subject: [PHP] session and global
Hi folks
I just wonder as I saw someone useing session with global and some don't.
What is the reason to use session together with global?
Li
Hi folks
I just wonder as I saw someone useing session with global and some don't. What is the
reason to use session together with global?
Like this:
session_start();
global $test
session_register('test');
I look up in manual using keyword "global", but could not find anything near this.
Jack
2 matches
Mail list logo