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

Reply via email to