Re: [PHP] Strange charecters

2009-03-05 Thread David Robley
Ashley Sheridan wrote:

 On Wed, 2009-03-04 at 08:02 -0500, Bastien Koert wrote:
 On Wed, Mar 4, 2009 at 2:10 AM, Paul Scott psc...@uwc.ac.za wrote:
 
  On Wed, 2009-03-04 at 10:09 +0530, Chetan Rane wrote:
   I am using ob_start() in my application. However I am getting this
   error about headers already sent.
  
 
  _Any_ output will set that error off. Check for Notices, Warnings,
  echo's, prints and var_dumps in your code.
 
  -- Paul
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 check for a blank space above the ?php of your files
 
 Or a trailing space after the ? of any include files.

Or a byte order mark at the beginning of a file saved as unicode




Cheers
-- 
David Robley

Some things have got to be believed to be seen.
Today is Prickle-Prickle, the 64th day of Chaos in the YOLD 3175. 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Strange charecters

2009-03-04 Thread Bastien Koert
On Wed, Mar 4, 2009 at 2:10 AM, Paul Scott psc...@uwc.ac.za wrote:

 On Wed, 2009-03-04 at 10:09 +0530, Chetan Rane wrote:
  I am using ob_start() in my application. However I am getting this error
  about headers already sent.
 

 _Any_ output will set that error off. Check for Notices, Warnings,
 echo's, prints and var_dumps in your code.

 -- Paul


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


check for a blank space above the ?php of your files

-- 

Bastien

Cat, the other other white meat


Re: [PHP] Strange charecters

2009-03-04 Thread Ashley Sheridan
On Wed, 2009-03-04 at 08:02 -0500, Bastien Koert wrote:
 On Wed, Mar 4, 2009 at 2:10 AM, Paul Scott psc...@uwc.ac.za wrote:
 
  On Wed, 2009-03-04 at 10:09 +0530, Chetan Rane wrote:
   I am using ob_start() in my application. However I am getting this error
   about headers already sent.
  
 
  _Any_ output will set that error off. Check for Notices, Warnings,
  echo's, prints and var_dumps in your code.
 
  -- Paul
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 check for a blank space above the ?php of your files
 
Or a trailing space after the ? of any include files. 


Ash
www.ashleysheridan.co.uk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Strange charecters

2009-03-03 Thread Chetan Rane
Hi gang

 

I am using ob_start() in my application. However I am getting this error
about headers already sent.

I have put ob_start at the beginning of the script. I think this has to do
something with Unicode. 

Can anyone explain why this happens. And whats the solution for this

 


Chetan Dattaram Rane | Software Engineer | Persistent Systems

 mailto:milind_khar...@persistent.co.in chetan_r...@persistent.co.in  |
Cell: +91 94033 66714 | Tel: +91 (0832) 30 79014

Innovation in software product design, development and delivery-
http://www.persistentsys.com www.persistentsys.com

 

 



Re: [PHP] Strange charecters

2009-03-03 Thread Paul Scott
On Wed, 2009-03-04 at 10:09 +0530, Chetan Rane wrote:
 I am using ob_start() in my application. However I am getting this error
 about headers already sent.
 

_Any_ output will set that error off. Check for Notices, Warnings,
echo's, prints and var_dumps in your code.

-- Paul


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php