Re: [PHP] Wierd Variable Initialization

2008-09-25 Thread VamVan
Interesting. Thank you On Thu, Sep 25, 2008 at 2:01 AM, Ford, Mike <[EMAIL PROTECTED]> wrote: > On 25 September 2008 03:45, VamVan advised: > > > So guys, > > > > I found some thing strange that happened to me yesterday. Its small > but > > kinda freaked me out. > > > > So I have a tokenmap.php t

RE: [PHP] Wierd Variable Initialization

2008-09-25 Thread Ford, Mike
On 25 September 2008 03:45, VamVan advised: > So guys, > > I found some thing strange that happened to me yesterday. Its small but > kinda freaked me out. > > So I have a tokenmap.php that I include include in different configuration > files. Some are classes and some are simple php files. > >

Re: [PHP] Wierd Variable Initialization

2008-09-24 Thread Shelley
Yeah, use $GLOBALS[''], or global $tokenmap; 2008/9/25 Chris <[EMAIL PROTECTED]> > VamVan wrote: > >> So guys, >> >> I found some thing strange that happened to me yesterday. Its small but >> kinda freaked me out. >> >> So I have a tokenmap.php that I include include in different configurati

Re: [PHP] Wierd Variable Initialization

2008-09-24 Thread Chris
VamVan wrote: So guys, I found some thing strange that happened to me yesterday. Its small but kinda freaked me out. So I have a tokenmap.php that I include include in different configuration files. Some are classes and some are simple php files. So in my tokenmap.php I have declared an array

Re: [PHP] Wierd Variable Initialization

2008-09-24 Thread 惠新宸
Title: Laruence's Signature register_global = on ? VamVan wrote: So guys, I found some thing strange that happened to me yesterday. Its small but kinda freaked me out. So I have a tokenmap.php that I include include in different configuration files. Some are classes and some are simple ph

Re: [PHP] Wierd Variable Initialization

2008-09-24 Thread 惠新宸
Title: Laruence's Signature register_global = on ? VamVan wrote: So guys, I found some thing strange that happened to me yesterday. Its small but kinda freaked me out. So I have a tokenmap.php that I include include in different configuration files. Some are classes and some are simple ph