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

2003-08-14 Thread Marek Kilimajer
to proper page using an header(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 PROTECT

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

2003-08-14 Thread Justin French
on:) call. I suspect this step 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 outp

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

2003-08-14 Thread frederik feys
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

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, 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

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

2003-08-14 Thread frederik feys
ag 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 a function that send code to client browser (ex echo or print function) or if you have a empty line betwee

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: ".$source."?status=9&e

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 on W