RE: [PHP] Headers Problem

2003-12-24 Thread Beauford
testing. I have looked at both php.ini files, and other than the OS specific stuff, they are the same as well. Thanks again... -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: December 24, 2003 8:52 AM To: Beauford Cc: 'PHP' Subject: Re: [PHP] Headers Pro

Re: [PHP] Headers Problem

2003-12-24 Thread CPT John W. Holmes
From: "Beauford" <[EMAIL PROTECTED]> > Just a clarification, session_start() is on the first line of restricted.inc > and restricted.inc is included on the first line of > update-corrections-input.php. All update-corrections-write.php does is write > info to a database and includes update-correctio

RE: [PHP] Headers Problem

2003-12-24 Thread Beauford
Beauford wrote: > I'm getting the following error. My question is, where would I use the > ob_start() and ob_end_flush() function so I can get rid of this. I > have read the PHP manual, but not quite getting it.Or if there is a better way? > Don't work around the problem with output bufferin

Re: [PHP] Headers Problem

2003-12-23 Thread John W. Holmes
Beauford wrote: I'm getting the following error. My question is, where would I use the ob_start() and ob_end_flush() function so I can get rid of this. I have read the PHP manual, but not quite getting it.Or if there is a better way? Don't work around the problem with output buffering; try fix

[PHP] Headers Problem

2003-12-23 Thread Beauford
I'm getting the following error. My question is, where would I use the ob_start() and ob_end_flush() function so I can get rid of this. I have read the PHP manual, but not quite getting it.Or if there is a better way? This is how the files work. update-corrections-input.php (user inputs info b