constant scope

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter K

    constant scope

    I have a site where one page consists of several includes. The constant
    HTTP_MAIN is contained in the constants.php file which is included in the
    index.php file.
    A hdr.php file is included in the index.php file.
    I cannot seem to access HTTP_MAIN from within the hdr.php file. Any ideas?
    The index.php and the hdr.php reside under different domains (one is under a
    secure folder).

    Pete


Working...