RE: [PHP] Cannot add header information - headers already sent

2003-08-14 Thread frederik feys
thoughts? Thanks Fré -Original Message- From: ermelir [mailto:[EMAIL PROTECTED] Sent: dinsdag 12 augustus 2003 11:03 To: frederik feys Subject: Re: [PHP] Cannot add header information - headers already sent Hi, the problem is your empty first line: HTML header will be send if you call

Re: [PHP] Cannot add header information - headers already sent

2003-08-14 Thread Marek Kilimajer
output started at /usr/local/www/vhosts/aurelis.org/htdocs/header_aurelis.php:95 says it all. Look into the file at line 95. frederik feys wrote: Hi all, Im stuck with this one: I have an checkout procedure: when people come to the overview page(step 2), they get: Warning: Cannot add header

[PHP] Cannot add header information - headers already sent

2003-08-14 Thread frederik feys
Hi all, I’m stuck with this one: I have an checkout procedure: when people come to the overview page(step 2), they get: Warning: Cannot add header information - headers already sent by (output started at /usr/local/www/vhosts/aurelis.org/htdocs/header_aurelis.php:95) in

RE: [PHP] Cannot add header information - headers already sent

2003-08-14 Thread frederik feys
the header already sent. Any help appreciated! Fré -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: dinsdag 12 augustus 2003 12:15 To: frederik feys Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Cannot add header information - headers already sent output started

Re: [PHP] Cannot add header information - headers already sent

2003-08-14 Thread Justin French
gives the header already sent. -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: dinsdag 12 augustus 2003 12:15 To: frederik feys Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Cannot add header information - headers already sent output started at /usr/local/www/vhosts

Re: [PHP] Cannot add header information - headers already sent

2003-08-14 Thread Marek Kilimajer
(location:) call. I suspect this step gives the header already sent. Any help appreciated! Fr -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: dinsdag 12 augustus 2003 12:15 To: frederik feys Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Cannot add header information

[PHP] Cannot add header information

2003-02-19 Thread G
I have a script which adds header information to a different page, on my server I get a Cannot add header information - headers already sent by. But on other servers it works fine, does any1 know why?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Cannot add header information

2003-02-19 Thread Chris Hayes
At 15:33 19/02/03, you wrote: I have a script which adds header information to a different page, on my server I get a Cannot add header information - headers already sent by. But on other servers it works fine, does any1 know why?? Are you sure you did not edit a file? Take care that there is

Re: [PHP] Cannot add header information

2003-02-19 Thread Chris Shiflett
--- Chris Hayes [EMAIL PROTECTED] wrote: At 15:33 19/02/03, you wrote: I have a script which adds header information to a different page, on my server I get a Cannot add header information - headers already sent by. But on other servers it works fine, does any1 know why?? Are you sure you

Re: [PHP] Cannot add header information

2003-02-19 Thread G
no i tried that :( i think it somthing with my apache server -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Cannot add header information

2002-05-01 Thread Bo Pritchard
Warning: Cannot add header information - headers already sent by (output started at /home/omnidevi/omnidevices-www/s-cart/form.phtml:5) in /home/omnidevi/omnidevices-www/s-cart/shop-head.phtml on line 40 I posted this error message a few days ago and got very helpful answers...Unfortunately I

[PHP] Cannot add header information

2002-05-01 Thread 1LT John W. Holmes
You CANNOT send anything to the browser before you set a cookie or start a session. You are displaying most of an HTML file, headers, javascript, HTML, etc, and then trying to include() a file that sets a cookie. Not going to work. ---John Holmes... Warning: Cannot add header information -

RE: [PHP] Cannot add header information

2002-05-01 Thread Ford, Mike [LSS]
-Original Message- From: Bo Pritchard [mailto:[EMAIL PROTECTED]] Sent: 01 May 2002 14:29 Warning: Cannot add header information - headers already sent by (output started at /home/omnidevi/omnidevices-www/s-cart/form.phtml:5) in

[PHP] Cannot add header information

2002-04-29 Thread Bo Pritchard
I know without the accompanying code there's no way to help me...But without having to get real specific what does the following message tell me is wrong? Thanks Warning: Cannot add header information - headers already sent by (output started at

RE: [PHP] Cannot add header information

2002-04-29 Thread Cal Evans
Programmer * Techno-Mage * http://www.calevans.com * -Original Message- From: Bo Pritchard [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 12:02 PM To: [EMAIL PROTECTED] Subject: [PHP] Cannot add header information I know without the accompanying code there's no way to help me

Re: [PHP] Cannot add header information

2002-04-29 Thread Steve Cayford
On Monday, April 29, 2002, at 12:02 PM, Bo Pritchard wrote: I know without the accompanying code there's no way to help me...But without having to get real specific what does the following message tell me is wrong? Thanks Warning: Cannot add header information - headers already sent

Re: [PHP] Cannot add header information

2002-04-29 Thread David Freeman
On 29 Apr 2002 at 13:02, Bo Pritchard wrote: G'day Bo I know without the accompanying code there's no way to help me...But without having to get real specific what does the following message tell me is wrong? Warning: Cannot add header information - headers already sent by (output started

[PHP] Cannot add header information...

2001-11-22 Thread Per Waagen
Need some help here, Im getting this error: Warning: Cannot add header information - headers already sent by (output started at /home/p/pe/perphp/public_html/login.php:4) in /home/p/pe/perphp/public_html/login.php on line 44 ...while trying to run the following .PHP code on my server. Any ideas

Re: [PHP] Cannot add header information...

2001-11-22 Thread George Pitcher
, 2001 10:19 AM Subject: [PHP] Cannot add header information... Need some help here, Im getting this error: Warning: Cannot add header information - headers already sent by (output started at /home/p/pe/perphp/public_html/login.php:4) in /home/p/pe/perphp/public_html/login.php on line 44

RE: [PHP] Cannot add header information...

2001-11-22 Thread Jon Haworth
] Cannot add header information... Need some help here, Im getting this error: Warning: Cannot add header information - headers already sent by (output started at /home/p/pe/perphp/public_html/login.php:4) in /home/p/pe/perphp/public_html/login.php on line 44 ...while trying to run the following

Re: [PHP] Cannot add header information...

2001-11-22 Thread Daniel Roperto - Ação Direta
Waagen' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, November 22, 2001 8:26 AM Subject: RE: [PHP] Cannot add header information... You've already sent something to the browser... the line that starts with HTMLHEAD... Move that below the authentication code and all should be well. HTH

Re: [PHP] Cannot add header information... SOLUTION

2001-11-22 Thread Per Waagen
November 2001 10:20 To: [EMAIL PROTECTED] Subject: [PHP] Cannot add header information... Need some help here, Im getting this error: Warning: Cannot add header information - headers already sent by (output started at /home/p/pe/perphp/public_html/login.php:4) in /home/p/pe/perphp/public_html

[PHP] Cannot add header information - headers already sent by

2001-09-22 Thread Tom Nickels
Hi everybody! I installed php 4.06 on Win NT, IIS 4. Before I updated php 4.00 with 4.06 my scripts were running fine. Since the update I am getting always the follwoing error: Warning: Cannot add header information - headers already sent by (output started at lang/dt/variables.php:321) in

[PHP] Cannot add header information - headers already sent by

2001-09-22 Thread Tom Nickels
Hi everybody! I installed php 4.06 on Win NT, IIS 4. Before I updated php 4.00 with 4.06 my scripts were running fine. Since the update I am getting always the follwoing error: Warning: Cannot add header information - headers already sent by (output started at lang/dt/variables.php:321) in

RE: [PHP] Cannot add header information - headers already sent by

2001-09-22 Thread Niklas Lampen
Output has started at variables.php on line 321. Niklas -Original Message- From: Tom Nickels [mailto:[EMAIL PROTECTED]] Sent: 22. syyskuuta 2001 13:20 To: [EMAIL PROTECTED] Subject: [PHP] Cannot add header information - headers already sent by Hi everybody! I installed php 4.06

Re: [PHP] Cannot add header information - headers already sent by

2001-09-22 Thread Alexander Skwar
So sprach »Tom Nickels« am 2001-09-22 um 12:01:23 +0200 : Warning: Cannot add header information - headers already sent by (output started at lang/dt/variables.php:321) in vote_submit.php on line 34 Line 34 of vote_submit.php is: header(Location: