define() use in strings
Posted: Fri Dec 15, 2006 12:47 pm
I'd like to define values that are expanded inside strings, for example:
define("EXPAND_THIS","Expanded Stuff");
echo(" Here comes the stuff EXPAND_THIS");
Is there any way to do this?
Thanks
BH
define("EXPAND_THIS","Expanded Stuff");
echo(" Here comes the stuff EXPAND_THIS");
Is there any way to do this?
Thanks
BH