Here's a weird question-- I have a web page that I'm manually fetching via fsockopen to the web server, sending a "GET" command and "Head" line, then fgets'ing each resulting line into a buffer. Somehow it appears that the resulting web page is seeing a cookie set on my computer. Wouldn't that be impossible, since cookies require the browser (in this case, a few lines of PHP code) to actually honor/respond to cookie commands in the header?
Yours in unraveling the mysteries of HTTP,
-Eric