How can I do that?
I have something like:
define($stuff.'_FOO', 'whatever');
echo $stuff.'_FOO';
and it doesn't work :(
I just want to echo the constant's value...
|
|
|
|
||||
|
|
|
Here is how you do it. First make a constant.
then you can get the value by using constant()
|
|||||
|