DEFINE on entire site = Problem
Posted: Mon Mar 21, 2005 4:41 am
I looked at "The Manual"
, and its strait-forward - it works.
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 !
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 !