Sorry if this is a FAQ --- I've been looking
at Google, php.net, and here for a couple
of hours now and figured it's time to post.
Are Cookie variables available to an
included file on the (next) script?
<Example>
Script 1 sets cookies, links to script 2
Script 2 includes a header file with a
GreetUserName function that should print
a variable set by a cookie... the script
also prints the same variable within the
context of the script itself. Currently,
I have the correct output on the page
proper, but the variable is blank in the
(included) header file. </Example>
Any thoughts? Thanks for your help.
KDK