Hello.
I've defined a global constant in an index.php file. That file 'includes' a .php file. That 'included' .php file contains a hyperlink that displays in a 'target' window.
The constant is recognized in the included file but not carried through to the new 'target' window. How come?
I used the print() to confirm its value. The constant's 'name' instead of its value was printed in the new window.
EDIT: Should a query string be used instead of a constant? Is there another (better) method?
Thanks.