Re: [PHP] dynamic variable usage

2006-08-21 Thread Richard Lynch
On Sat, August 19, 2006 10:49 am, Hiren Parmar wrote: > i have one problem regarding variable's access ... > > i hv defined some varibale like > > DEFINE('_xx_USERNAME','Username'); > > in one file ... > > and in another file , i got this variable (_xx_USERNAME) as a value of > another variable ...

[PHP] dynamic variable usage

2006-08-19 Thread Hiren Parmar
Hi , i have one problem regarding variable's access ... i hv defined some varibale like DEFINE('_xx_USERNAME','Username'); in one file ... and in another file , i got this variable (_xx_USERNAME) as a value of another variable ... like $filedValue = '_xx_USERNAME' ; now , the problem is i w