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 want the value of _xx_USERNAME in the second file ...
that is *Username*... by using variable $filedValue ...
how could i do this ?
--
Hiren Parmar
--
http://www.i3brains.com/

