Re: [PHP] A bit stuck with $$

2004-08-26 Thread Neil
For me echo "$test -- $foo"; results in avalue -- Neil At 02:56 PM 27/08/2004, Curt Zirzow wrote: * Thus wrote Neil: > > > Not sure if its me or the configuration of PHP variable variables are rather standard and dont have any configuration settings. > > I have played around with this bit

Re: [PHP] A bit stuck with $$

2004-08-26 Thread Curt Zirzow
* Thus wrote Neil: > > > Not sure if its me or the configuration of PHP variable variables are rather standard and dont have any configuration settings. > > I have played around with this bit of code from operators part of the > manual and this does not appear to work, well for me at least. >