Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- Date: Mon, 18 Aug 2008 12:31:06 +0900
- From: "Edmund Edgar" <lists@example.com>
- Subject: Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- References: <48A15C6C.2010607@articlass.org> <48A41AB0.7070003@articlass.org> <20080814125818.3988d466.gstewart@bonivet.net> <48A43932.6090405@articlass.org> <87myjfgw0d.fsf@uwakimon.sk.tsukuba.ac.jp> <20080814181314.0dd71775.jep200404@columbus.rr.com> <48A4F183.2040507@articlass.org> <1218856462.3150.9.camel@localhost.localdomain> <30ce84360808170313r613e51c4gb17344b5308c6436@mail.gmail.com> <48A8E1EA.3020900@articlass.org>
Dave, are you sure you haven't got PHP sending warnings to the browser? Referencing non-existent array elements and passing null to a function that expects a string would usually generate a warning. When you send output to the browser (including PHP's warnings), PHP has to give the browser some HTTP headers. HTTP headers can only be given to the browser once - at the beginning of the response. If you try to do things that involve setting HTTP headers later on, they'll fail. This will cause mystifying problems with headers and cookies. Hope that helps, Edmund Edgar lists@example.com http://www.socialminds.jp
- Follow-Ups:
- References:
- [tlug] Thunderbird RSS different from FireFox?
- From: Dave M G
- Re: [tlug] Thunderbird RSS different from FireFox?
- From: Dave M G
- Re: [tlug] Thunderbird RSS different from FireFox?
- From: Godwin Stewart
- Re: [tlug] Thunderbird RSS different from FireFox?
- From: Dave M G
- Re: [tlug] Thunderbird RSS different from FireFox?
- From: Stephen J. Turnbull
- Sending Custom Headers (was Re: [tlug] Thunderbird RSS different from FireFox?)
- From: jep200404
- [tlug] Wanna see my open source project? (Was:Thunderbird RSS different from FireFox?)
- From: Dave M G
- Re: [tlug] Wanna see my open source project? (Was:Thunderbird RSS different from FireFox?)
- From: Kenneth M. Burling Jr.
- Re: [tlug] Wanna see my open source project? (Was:Thunderbird RSS different from FireFox?)
- From: Ian Wells
- [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- Next by Date: Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- Previous by thread: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- Next by thread: Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links