Re: Headers on Linux and Windows

2007-03-29 Thread MJ Ray
"Jan Boonen" <[EMAIL PROTECTED]> wrote: > After some hours of puzzling I found the error. It had to do with some > spaces after the closing PHP tags (?>). These generated the famous > "headers already sent..." error. On Windows this extra space doesn't > cause any problems, but on Linux it does ;-

Re: Headers on Linux and Windows

2007-03-29 Thread djiize
don't close PHP tags at the end of the file ;) On 29 mar, 16:47, "Jan Boonen" <[EMAIL PROTECTED]> wrote: > After some hours of puzzling I found the error. It had to do with some > spaces after the closing PHP tags (?>). These generated the famous > "headers already sent..." error. On Windows this

Re: Headers on Linux and Windows

2007-03-29 Thread Jan Boonen
After some hours of puzzling I found the error. It had to do with some spaces after the closing PHP tags (?>). These generated the famous "headers already sent..." error. On Windows this extra space doesn't cause any problems, but on Linux it does ;-) Cheers, Jan --~--~-~--~~--