Re: [PHP] mac os x - not getting headers already sent error

2005-03-07 Thread Jonathan Haddad
The problem is more of my own output sticking around (echo $query) and the test server still going to the next page, despite the echoed text. I'm not sure how to use output buffering to fix this.. Jon On Mar 7, 2005, at 2:01 AM, Burhan Khalid wrote: Jonathan Haddad wrote: I do all my development

Re: [PHP] mac os x - not getting headers already sent error

2005-03-06 Thread Burhan Khalid
Jonathan Haddad wrote: I do all my development on mac os x. sometimes, to debut a script, i output the query to the page. quite often the page sends headers to go to another page. When i do this, i comment out the header() function and read the results. When i'm done i remove the comment So

[PHP] mac os x - not getting headers already sent error

2005-03-06 Thread Jonathan Haddad
I do all my development on mac os x. sometimes, to debut a script, i output the query to the page. quite often the page sends headers to go to another page. When i do this, i comment out the header() function and read the results. When i'm done i remove the comment Sometimes I've forgotten