RE: [PHP] Variable definitions...

2001-11-13 Thread Neil Kimber
e (and its original value) are still accessible. > -Original Message- > From: Chris Hobbs [mailto:[EMAIL PROTECTED]] > Sent: 13 November 2001 17:09 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP] Variable definitions... > > > Hi Stephan, > > IMHO,

Re: [PHP] Variable definitions...

2001-11-13 Thread Chris Hobbs
Hi Stephan, IMHO, I think the answer requested is the only one that really makes sense - as soon as I read it, _my_ first thought went to scope. If a variable changes values, the other value is no longer usable, and thus there aren't really two variables with the same name in that case. When