Path: csiph.com!2.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: "Christoph M. Becker" Newsgroups: comp.lang.php Subject: Re: Problem validating user and hashed value in db Date: Fri, 13 Jan 2017 20:02:56 +0100 Organization: solani.org Lines: 20 Message-ID: References: <59dee77f-3973-468a-bc21-2cbfd2fe4d7a@googlegroups.com> <04c4b8b6-9fba-4306-b241-72458fbbd917@googlegroups.com> <1637589.atdPhlSkOF@PointedEars.de> <40785270-a157-4582-a129-e5afb0f94714@googlegroups.com> <46bf833a-2b4c-4258-a9bf-b7f7d0ab224a@googlegroups.com> <10375782-d8e1-4c57-bdee-06540f32d866@googlegroups.com> <9f5cff7f-01f5-4625-ba02-c8f28c001684@googlegroups.com> <5fc8e4a3-9168-4912-90d2-18fbb7d7b52d@googlegroups.com> <1c031b21-e416-453b-a04c-9630715daddf@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1484334168 6524 eJwFwYEBgDAIA7CXRKDAOTLb/09Ykg7DqUAiUinp2OLjrzDnu+60mWHNRrMZvVaLJ3S8MX0BM2kRUQ== (13 Jan 2017 19:02:48 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Fri, 13 Jan 2017 19:02:48 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 X-User-ID: eJwFwYEBgDAIA7CXAFvYzhGw/59gwic9p5BMUJQxdpWyDvbxPKgIOAXthb8aA/mV2i6G/gMQqBCf Cancel-Lock: sha1:zN1w47lbw12rksvIdi1NlW2gCvA= In-Reply-To: <1c031b21-e416-453b-a04c-9630715daddf@googlegroups.com> X-NNTP-Posting-Host: eJwNxsERwDAIA7CVCrFJGYcDvP8IrV7iCYu+CAYoyv/1mwIg7sm8Y4KGZW6zPo2hium1qsc+F10RaQ== Xref: csiph.com comp.lang.php:17282 On 13.01.2017 at 19:30, wart2ww wrote: > On Friday, January 13, 2017 at 9:58:27 AM UTC-8, Jerry Stuckle wrote: > >> The fact you're getting the message indicates you are outputting >> something before the header call. You should also have a message >> indicating what line on which file is generating the output. > > I will keep trying. FYI, I did put the php block at the top of the page above any html (before the doctype declaration, made sure there were not spaces before the php block and even put the entire header code on one line with no spaces then with some spaces in the statement. Still no success so that what confuses me. I won't bug you any more but I really do appreciate your help. As Jerry had written, the message you get is something like "Cannot send headers; headers already sent in , line in :" The last and indicate the place of the header() call, the first and indicate where the output started. -- Christoph M. Becker