"Ben Pitzer" <[EMAIL PROTECTED]> writes: > You sure that line is 232? Because unless you do it somewhere else, > $headers isn't declared explicitly.
Nah---that'd net him a different error when he tried to make the method call. The script is complaining about $cookie not being defined (and it's used twice in the line, hence the two warnings). Strictly speaking, those are not errors, they're just warnings. Whether the lack of a cookie represents a situation where the script can't function, I can't say. Mike -- Nobody told me there'd be days like these -- John Lennon -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
