Re: [PHP] $_COOKIE and include() or require()

2002-12-23 Thread Luke Sneeringer
That worked perfectly! The problem is fixed. Thank you so much. Luke Chris Wesley wrote: On Mon, 23 Dec 2002, Luke Sneeringer wrote: That doesn't seem to work. This might be because my require tags also send variables (e.g. common.php?variable=1)--would this make a call to a no

Re: [PHP] $_COOKIE and include() or require()

2002-12-23 Thread Luke Sneeringer
ey wrote: On Mon, 23 Dec 2002, Luke Sneeringer wrote: However, then in the script I have a require tag (essentially like require('http://www.mydomain.com/common.php')) line. I call this line, and within that file (same domain) the $_COOKIE[] array as well as variables such as $cooki

[PHP] $_COOKIE and include() or require()

2002-12-22 Thread Luke Sneeringer
ent file at the time of an include() or require() tag are available to the included file also. Does anyone know of a solution to this problem? Any help would be appreciated. -- Luke Sneeringer [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> http://www.aggieruf.org/