Hello.
I am using a include file with a load of defines ie.
define ("TITLE", "Comany Title");
define ("TEXT", "A load of text");
But Is it possible to use a define within a define
so
define ("TITLE", "company Name");
define ("TEXT", "Our company name is".$TITLE."");
Obviously this is incorrect. Can you shed any light on this.
Lee