Re: [PHP] session and global

2001-08-30 Thread Ben-Nes Michael
"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

[PHP] session and global

2001-08-30 Thread jacky
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