My DEFINE-ing is in include file = languages.inc, and that file is included in the index.php ( just to give some background )
I need this:
How to make the constants available on all the pages of the web site - I intented to define them just this time and expected for them to be available on the entire site.
$SOLUTION_TO_ME = (Can this be done with DEFINE) ? 'code or instructions' : 'alternate way';
Thanks ahead !